diff options
author | Mihael Koep <koep@schneide.com> | 2013-03-19 12:16:20 +0100 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2013-03-19 12:16:20 +0100 |
commit | 975a9a965f54e7a3461ea5d0d98191199e8f129b (patch) | |
tree | 22942a2387fcb20499372d5404222598fb081f92 /plugins/dexela | |
parent | bc7527f2e2c22a0f27c73a4086fe51d12504c826 (diff) | |
download | uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.gz uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.bz2 uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.xz uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.zip |
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
Diffstat (limited to 'plugins/dexela')
-rw-r--r-- | plugins/dexela/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
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) |