aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/ShibokenConfigVersion.cmake.in
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-09-09 18:20:09 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-09-10 11:46:57 -0300
commit76a9acb72693e670b141b2eb57f14cad1d1a1cef (patch)
tree6b4a881c67791b72864d351066e57d0ad2b79a92 /libshiboken/ShibokenConfigVersion.cmake.in
parent167f72f50ea327d2976c29dc526311dae7addf45 (diff)
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated files to allow multiples version installed simultaneous.sb-0.5.0
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'libshiboken/ShibokenConfigVersion.cmake.in')
-rw-r--r--libshiboken/ShibokenConfigVersion.cmake.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/libshiboken/ShibokenConfigVersion.cmake.in b/libshiboken/ShibokenConfigVersion.cmake.in
deleted file mode 100644
index c29b249d4..000000000
--- a/libshiboken/ShibokenConfigVersion.cmake.in
+++ /dev/null
@@ -1,9 +0,0 @@
-set(PACKAGE_VERSION @libshiboken_VERSION@)
-if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL @libshiboken_MAJOR_VERSION@)
- if("${PACKAGE_FIND_VERSION_MINOR}" EQUAL @libshiboken_MINOR_VERSION@)
- set(PACKAGE_VERSION_COMPATIBLE 1)
- if("${PACKAGE_FIND_VERSION_PATCH}" EQUAL @libshiboken_MICRO_VERSION@)
- set(PACKAGE_VERSION_EXACT 1)
- endif()
- endif()
-endif()