diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-04-04 09:33:44 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-04-04 09:33:44 +0200 |
commit | 022ed92ee24b68973a15002050224c6d3bf9ebfa (patch) | |
tree | 328d1a9e93389492caa88d630ca82af0c60cd10c /CMakeLists.txt | |
parent | f28f2247937e7a5ff8156d0a58f57917732afc19 (diff) | |
download | sherlock.lv2-022ed92ee24b68973a15002050224c6d3bf9ebfa.tar.xz |
remove -ldl.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 24a00e1..4c77c76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,8 +76,7 @@ add_executable(sandbox_efl target_link_libraries(sandbox_efl ${ELM_LDFLAGS} ${NANOMSG_LDFLAGS} - ${LILV_LDFLAGS} - dl) + ${LILV_LDFLAGS}) install(TARGETS sandbox_efl DESTINATION ${DEST}) configure_file(${PROJECT_SOURCE_DIR}/manifest.ttl.in ${PROJECT_BINARY_DIR}/manifest.ttl) |