[Orxonox-commit 3376] r8063 - code/branches/kicklib/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Sat Mar 12 21:08:34 CET 2011
Author: rgrieder
Date: 2011-03-12 21:08:34 +0100 (Sat, 12 Mar 2011)
New Revision: 8063
Modified:
code/branches/kicklib/cmake/PackageConfig.cmake
Log:
Disallow dependency packages, that don't work anymore.
Modified: code/branches/kicklib/cmake/PackageConfig.cmake
===================================================================
--- code/branches/kicklib/cmake/PackageConfig.cmake 2011-03-12 19:50:33 UTC (rev 8062)
+++ code/branches/kicklib/cmake/PackageConfig.cmake 2011-03-12 20:08:34 UTC (rev 8063)
@@ -31,9 +31,9 @@
# But you can specify that the code only runs on 3.1 and higher
# or 4.0 and higher (so both 3.1 and 4.0 will work).
IF(MSVC)
- SET(ALLOWED_MINIMUM_VERSIONS 4.3 5.1 6.0)
+ SET(ALLOWED_MINIMUM_VERSIONS 4.3 6.0)
ELSE()
- SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.2 6.0)
+ SET(ALLOWED_MINIMUM_VERSIONS 6.0)
ENDIF()
IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)
More information about the Orxonox-commit
mailing list