diff options
author | Mihael Koep <koep@schneide.com> | 2015-05-18 17:05:08 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2015-05-18 17:26:53 +0200 |
commit | 2f3f57cf90e31b9459de3f36824668ec3a51a177 (patch) | |
tree | 94266aff8a79a0fdf9150dab2297f70f85299be4 /plugins/pf/CMakeLists.txt | |
parent | f2436c659242ccf0d5bb30a59b81cef8ee0aae99 (diff) | |
download | libuca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.gz libuca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.bz2 libuca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.xz libuca-2f3f57cf90e31b9459de3f36824668ec3a51a177.zip |
Camera plugins now require libuca >= 2.0 so update their versions too
Conflicts:
plugins/dexela/CMakeLists.txt
plugins/dexela/changelog.txt
Diffstat (limited to 'plugins/pf/CMakeLists.txt')
-rw-r--r-- | plugins/pf/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pf/CMakeLists.txt b/plugins/pf/CMakeLists.txt index 157c862..92be416 100644 --- a/plugins/pf/CMakeLists.txt +++ b/plugins/pf/CMakeLists.txt @@ -7,9 +7,9 @@ find_package(ClSerMe4) if (PF_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND) set(UCA_CAMERA_NAME "pco") - set(PLUGIN_VERSION "1.0.0") + set(PLUGIN_VERSION "1.0.1") set(PLUGIN_REVISION "1") - set(PLUGIN_REQUIRES "libuca >= 1.2.0") + set(PLUGIN_REQUIRES "libuca >= 2.0.0") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) |