Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2576


Ignore:
Timestamp:
Jan 7, 2009, 9:19:48 AM (15 years ago)
Author:
rgrieder
Message:

Very little mods.

File:
1 edited

Legend:

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

    r2574 r2576  
    1717# Several changes and additions by Fabian 'x3n' Landau
    1818# Lots of simplifications by Adrian Friedli
    19 # Version detection by Reto Grieder
    2019#                 > www.orxonox.net <
    2120
     
    6665# Howerver VERSION_LESS seems to be having serious issues.
    6766IF(${CEGUI_VERSION} STRLESS "0.5.0")
    68   MESSAGE(FATAL_ERROR "Minimum CEGUI version required is 0.5.0")
     67   MESSAGE(FATAL_ERROR "Minimum CEGUI version required is 0.5.0")
    6968ENDIF(${CEGUI_VERSION} STRLESS "0.5.0")
    7069
     
    7675#            ../libs/cegui-0.6.1/bin
    7776#        )
    78 #       IF (NOT CEGUI_SCRIPT_LIBDIR)
     77#    IF (NOT CEGUI_SCRIPT_LIBDIR)
    7978#            SET(CEGUI_SCRIPT_LIBRARIES "CEGUILua")
    8079#            FIND_LIBRARY(CEGUI_SCRIPT_LIBDIR NAMES ${CEGUI_SCRIPT_LIBRARIES} PATHS
     
    9998    CEGUI_LIBRARY_d
    10099    CEGUI_INCLUDE_DIR
    101         CEGUI_VERSION
     100    CEGUI_VERSION
    102101    #CEGUI_SCRIPT_LIBRARIES
    103102)
Note: See TracChangeset for help on using the changeset viewer.