Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
File:
1 edited

Legend:

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

    r2579 r2583  
    1919#                 > www.orxonox.net <
    2020
     21INCLUDE(FindPackageHandleStandardArgs)
     22INCLUDE(HandleLibraryTypes)
     23
    2124FIND_PATH(CEGUI_INCLUDE_DIR CEGUI.h
    2225    PATHS
     
    3538)
    3639FIND_LIBRARY(CEGUI_LIBRARY_DEBUG
    37     NAMES CEGUIBase_${LIBRARY_DEBUG_POSTFIX}
     40    NAMES CEGUIBase${LIBRARY_DEBUG_POSTFIX}
    3841    PATHS
    3942    $ENV{CEGUIDIR}
     
    4548# Look in CEGUIVersion.h for the version number
    4649INCLUDE(DetermineVersion)
    47 DetermineVersion(CEGUI ${CEGUI_INCLUDE_DIR}/CEGUIVersion.h)
     50DETERMINE_VERSION(CEGUI ${CEGUI_INCLUDE_DIR}/CEGUIVersion.h)
    4851# STRLESS can be dangerous since it only compares strings.
    4952# Unfortunately VERSION_LESS is only provided since CMake v2.6.2
Note: See TracChangeset for help on using the changeset viewer.