[Orxonox-commit 3375] r8062 - code/branches/kicklib/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Sat Mar 12 20:50:33 CET 2011


Author: rgrieder
Date: 2011-03-12 20:50:33 +0100 (Sat, 12 Mar 2011)
New Revision: 8062

Modified:
   code/branches/kicklib/cmake/PackageConfig.cmake
Log:
Package version 6.0 is now also allowed with MinGW.

Modified: code/branches/kicklib/cmake/PackageConfig.cmake
===================================================================
--- code/branches/kicklib/cmake/PackageConfig.cmake	2011-03-12 19:31:51 UTC (rev 8061)
+++ code/branches/kicklib/cmake/PackageConfig.cmake	2011-03-12 19:50:33 UTC (rev 8062)
@@ -33,7 +33,7 @@
 IF(MSVC)
   SET(ALLOWED_MINIMUM_VERSIONS 4.3 5.1 6.0)
 ELSE()
-  SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.2)
+  SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.2 6.0)
 ENDIF()
 
 IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)




More information about the Orxonox-commit mailing list