[Orxonox-commit 2048] r6765 - code/trunk/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Apr 20 11:11:40 CEST 2010


Author: rgrieder
Date: 2010-04-20 11:11:40 +0200 (Tue, 20 Apr 2010)
New Revision: 6765

Modified:
   code/trunk/cmake/PackageConfig.cmake
Log:
Dependency acceptance update: 5.0 with OGRE 1.7 is now also allowed, though not yet available.

Modified: code/trunk/cmake/PackageConfig.cmake
===================================================================
--- code/trunk/cmake/PackageConfig.cmake	2010-04-20 09:11:01 UTC (rev 6764)
+++ code/trunk/cmake/PackageConfig.cmake	2010-04-20 09:11:40 UTC (rev 6765)
@@ -30,7 +30,7 @@
 #        For example any code running on 3.0 should still run on 3.1
 #        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).
-SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0)
+SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0 5.0)
 
 IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)
   SET(DEPENDENCY_VERSION 1.0)




More information about the Orxonox-commit mailing list