Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2009, 9:37:52 PM (15 years ago)
Author:
rgrieder
Message:

Changed CEGUILua directory choosing and restricted root directory builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/FindCEGUI.cmake

    r2573 r2574  
    6363DetermineVersion(CEGUI ${CEGUI_INCLUDE_DIR}/CEGUIVersion.h _CEGUI_VERSION_temp)
    6464SET(CEGUI_VERSION "${_CEGUI_VERSION_temp}" CACHE STRING "")
    65 # LESS can be dangerous since it only compares strings.
     65# STRLESS can be dangerous since it only compares strings.
    6666# Howerver VERSION_LESS seems to be having serious issues.
    67 IF(${CEGUI_VERSION} LESS "0.5.0")
     67IF(${CEGUI_VERSION} STRLESS "0.5.0")
    6868  MESSAGE(FATAL_ERROR "Minimum CEGUI version required is 0.5.0")
    69 ENDIF(${CEGUI_VERSION} LESS "0.5.0")
     69ENDIF(${CEGUI_VERSION} STRLESS "0.5.0")
    7070
    7171
Note: See TracChangeset for help on using the changeset viewer.