Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6765


Ignore:
Timestamp:
Apr 20, 2010, 11:11:40 AM (14 years ago)
Author:
rgrieder
Message:

Dependency acceptance update: 5.0 with OGRE 1.7 is now also allowed, though not yet available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/PackageConfig.cmake

    r5923 r6765  
    3131#        But you can specify that the code only runs on 3.1 and higher
    3232#        or 4.0 and higher (so both 3.1 and 4.0 will work).
    33 SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0)
     33SET(ALLOWED_MINIMUM_VERSIONS 3.1 4.0 5.0)
    3434
    3535IF(NOT EXISTS ${DEPENDENCY_PACKAGE_DIR}/version.txt)
Note: See TracChangeset for help on using the changeset viewer.