diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2015-08-06 17:22:41 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2015-08-06 17:22:41 +0200 |
commit | afd2b0abfa78027e4dbb195f88e90b01cd01feb4 (patch) | |
tree | 61d9ea2b56590a884b063a363e2d907ffe9ac3b2 /plugins/file | |
parent | f1cb055bdd2cd18ecd09c1f7504c825eb884aaf0 (diff) | |
parent | 89ced9478f200facde423423df8c1718752f8a6c (diff) | |
download | libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.gz libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.bz2 libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.xz libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.zip |
Merge pull request #73 from miq/remove-anka-plugins
Remove ANKA plugins and change versioning scheme for bundled plugins
Diffstat (limited to 'plugins/file')
-rw-r--r-- | plugins/file/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/file/CMakeLists.txt b/plugins/file/CMakeLists.txt index 41aa81c..ab655fb 100644 --- a/plugins/file/CMakeLists.txt +++ b/plugins/file/CMakeLists.txt @@ -5,9 +5,9 @@ find_package(TIFF) if (TIFF_FOUND) set(UCA_CAMERA_NAME "file") - set(PLUGIN_VERSION "0.0.2") - set(PLUGIN_REVISION "1") - set(PLUGIN_REQUIRES "libuca >= 2.0.0") + set(PLUGIN_VERSION ${UCA_VERSION_STRING}) + set(PLUGIN_REVISION ${CPACK_PACKAGE_RELEASE}) + set(PLUGIN_REQUIRES "libuca = ${UCA_VERSION_STRING}") set(PLUGIN_SUMMARY "File plugin for libuca") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in |