Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8063


Ignore:
Timestamp:
Mar 12, 2011, 9:08:34 PM (13 years ago)
Author:
rgrieder
Message:

Disallow dependency packages, that don't work anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/PackageConfig.cmake

    r8062 r8063  
    3232#        or 4.0 and higher (so both 3.1 and 4.0 will work).
    3333IF(MSVC)
    34   SET(ALLOWED_MINIMUM_VERSIONS 4.3 5.1 6.0)
     34  SET(ALLOWED_MINIMUM_VERSIONS 4.3 6.0)
    3535ELSE()
    36   SET(ALLOWED_MINIMUM_VERSIONS 4.1 5.2 6.0)
     36  SET(ALLOWED_MINIMUM_VERSIONS 6.0)
    3737ENDIF()
    3838
Note: See TracChangeset for help on using the changeset viewer.