diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2015-05-19 08:02:31 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2015-05-19 08:02:31 +0200 |
commit | 106745eed96ac97b9cc5c4250746842a19eaef65 (patch) | |
tree | 94266aff8a79a0fdf9150dab2297f70f85299be4 /plugins/dexela/CMakeLists.txt | |
parent | a26120e69e26186454becc7658859224a4a3de2c (diff) | |
parent | 2f3f57cf90e31b9459de3f36824668ec3a51a177 (diff) | |
download | uca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.gz uca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.bz2 uca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.xz uca-106745eed96ac97b9cc5c4250746842a19eaef65.zip |
Merge pull request #68 from miq/anka-plugins-for-2.0
Anka plugins for 2.0
Diffstat (limited to 'plugins/dexela/CMakeLists.txt')
-rw-r--r-- | plugins/dexela/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index c9edd54..d04c2e6 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(ucadexela C) -set(VERSION "1.3.2") +set(VERSION "1.4.0") find_package(DEXELA) @@ -11,7 +11,7 @@ if (DEXELA_FOUND) 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.3.0, libdexela >= 1.1.0") + set(PLUGIN_REQUIRES "libuca >= 2.0.0, libdexela >= 1.2.0") set(PLUGIN_VENDOR "ANKA Computing Group") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in |