From 975a9a965f54e7a3461ea5d0d98191199e8f129b Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 19 Mar 2013 12:16:20 +0100 Subject: Build package flags inside package-plugin.sh.in This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in --- plugins/dexela/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/dexela') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index d98644c..e853b53 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -6,17 +6,13 @@ find_package(DEXELA) if (DEXELA_FOUND) set(UCA_CAMERA_NAME "dexela") - set(PLUGIN_REVISION "3") + set(PLUGIN_REVISION "4") set(PLUGIN_VERSION "1.0.0") set(PLUGIN_SUMMARY "Dexela plugin for libuca") set(PLUGIN_CHANGELOG "${CMAKE_CURRENT_SOURCE_DIR}/changelog.txt") set(PLUGIN_DESCRIPTION "Plugin for the Dexela 1207 detector.") set(PLUGIN_REQUIRES "libuca = 1.1.0, libdexela >= 0.9.2") - - set(CPACK_GENERATOR "RPM") - set(CPACK_PACKAGE_NAME "uca-plugin-dexela") set(PLUGIN_VENDOR "ANKA Computing Group") - set(CPACK_PACKAGING_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) -- cgit v1.2.3