Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5770


Ignore:
Timestamp:
Sep 23, 2009, 9:32:15 PM (15 years ago)
Author:
rgrieder
Message:

Fixed dependency versioning problem.

File:
1 edited

Legend:

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

    r5695 r5770  
    4444
    4545INCLUDE(CompareVersionStrings)
    46 COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} ${DEPENDENCY_VERSION_REQUIRED} _result)
     46COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} ${DEPENDENCY_VERSION_REQUIRED} _result TRUE)
    4747IF(NOT _result EQUAL 0)
    4848  MESSAGE(FATAL_ERROR "Your dependency package version is ${DEPENDENCY_VERSION}\n"
Note: See TracChangeset for help on using the changeset viewer.