From 137f03b9a34fb39e5321524ab11fa31276458476 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 29 Oct 2013 09:05:51 +0100 Subject: Use ConfigurePaths to get installation paths The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. --- plugins/dexela/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dexela') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index 9079565..d497f7d 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -24,6 +24,6 @@ if (DEXELA_FOUND) target_link_libraries(ucadexela ${UCA_DEPS} ${DEXELA_LIBRARIES}) install(TARGETS ucadexela - LIBRARY DESTINATION ${LIB_INSTALL_DIR}/uca + LIBRARY DESTINATION ${UCA_PLUGINDIR} COMPONENT ${UCA_CAMERA_NAME}) endif() -- cgit v1.2.3