[Orxonox-commit 3663] r8348 - code/branches/kicklib2/cmake

youngk at orxonox.net youngk at orxonox.net
Thu Apr 28 00:04:35 CEST 2011


Author: youngk
Date: 2011-04-28 00:04:34 +0200 (Thu, 28 Apr 2011)
New Revision: 8348

Modified:
   code/branches/kicklib2/cmake/PackageConfigOSX.cmake
Log:
Version bump of dependency package. Anything from kicklib2 and up will require a minimum version of 2.0.

Modified: code/branches/kicklib2/cmake/PackageConfigOSX.cmake
===================================================================
--- code/branches/kicklib2/cmake/PackageConfigOSX.cmake	2011-04-27 19:45:02 UTC (rev 8347)
+++ code/branches/kicklib2/cmake/PackageConfigOSX.cmake	2011-04-27 22:04:34 UTC (rev 8348)
@@ -25,7 +25,7 @@
 
 INCLUDE(CheckPackageVersion)
 
-CHECK_PACKAGE_VERSION(1.0)
+CHECK_PACKAGE_VERSION(2.0)
 
 IF(NOT _INTERNAL_PACKAGE_MESSAGE)
   MESSAGE(STATUS "Using library package for the dependencies.")




More information about the Orxonox-commit mailing list