Changeset 7959 for code/branches/kicklib/cmake
- Timestamp:
- Feb 25, 2011, 3:06:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/PackageConfig.cmake
r7944 r7959 31 31 # But you can specify that the code only runs on 3.1 and higher 32 32 # or 4.0 and higher (so both 3.1 and 4.0 will work). 33 SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0 5.0) 33 IF(MSVC) 34 SET(ALLOWED_MINIMUM_VERSIONS 4.3 5.1 6.0) 35 ELSE() 36 SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.2) 37 ENDIF() 34 38 35 39 IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)
Note: See TracChangeset
for help on using the changeset viewer.