diff options
author | Mihael Koep <koep@schneide.com> | 2014-07-29 13:19:50 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2014-10-07 13:08:07 +0200 |
commit | fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8 (patch) | |
tree | c62c3400583732a7a5250ac24a48e2cbfd38243e | |
parent | 0570957a002d6f660a17135cc136a053018035c6 (diff) | |
download | libuca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.gz libuca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.bz2 libuca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.xz libuca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.zip |
Minor reformatting in pylon plugin build script
-rw-r--r-- | plugins/pylon/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/pylon/CMakeLists.txt b/plugins/pylon/CMakeLists.txt index 5864b84..1265e8c 100644 --- a/plugins/pylon/CMakeLists.txt +++ b/plugins/pylon/CMakeLists.txt @@ -30,9 +30,7 @@ if (PYLON_FOUND) uca-pylon-camera.c uca-pylon-enums.c) - target_link_libraries(ucapylon - ${UCA_DEPS} - ${LIBPYLONCAM_LIBRARIES}) + target_link_libraries(ucapylon ${UCA_DEPS} ${LIBPYLONCAM_LIBRARIES}) install(TARGETS ucapylon LIBRARY DESTINATION ${UCA_PLUGINDIR} |