Changeset 8063 for code/branches/kicklib/cmake
- Timestamp:
- Mar 12, 2011, 9:08:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/PackageConfig.cmake
r8062 r8063 32 32 # or 4.0 and higher (so both 3.1 and 4.0 will work). 33 33 IF(MSVC) 34 SET(ALLOWED_MINIMUM_VERSIONS 4.3 5.16.0)34 SET(ALLOWED_MINIMUM_VERSIONS 4.3 6.0) 35 35 ELSE() 36 SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.26.0)36 SET(ALLOWED_MINIMUM_VERSIONS 6.0) 37 37 ENDIF() 38 38
Note: See TracChangeset
for help on using the changeset viewer.