Changeset 6765 for code/trunk
- Timestamp:
- Apr 20, 2010, 11:11:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/PackageConfig.cmake
r5923 r6765 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 )33 SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0 5.0) 34 34 35 35 IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)
Note: See TracChangeset
for help on using the changeset viewer.