summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2014-07-29 13:19:50 +0200
committerMihael Koep <koep@schneide.com>2014-10-07 13:08:07 +0200
commitfb8cd3a6a49f7591cc504c0a78035ac1ef4467d8 (patch)
treec62c3400583732a7a5250ac24a48e2cbfd38243e
parent0570957a002d6f660a17135cc136a053018035c6 (diff)
downloaduca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.gz
uca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.bz2
uca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.tar.xz
uca-fb8cd3a6a49f7591cc504c0a78035ac1ef4467d8.zip
Minor reformatting in pylon plugin build script
-rw-r--r--plugins/pylon/CMakeLists.txt4
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}