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/FindALUT.cmake

    r2579 r2583  
    2020# Some simplifications by Adrian Friedli
    2121#                 > www.orxonox.net <
     22
     23INCLUDE(FindPackageHandleStandardArgs)
     24INCLUDE(HandleLibraryTypes)
    2225
    2326SET(ALUT_PATHS
     
    7073  )
    7174  FIND_LIBRARY(ALUT_LIBRARY_DEBUG
    72     NAMES alut_${LIBRARY_DEBUG_POSTFIX}
     75    NAMES alut${LIBRARY_DEBUG_POSTFIX}
    7376    PATHS ${ALUT_PATHS}
    7477    PATH_SUFFIXES lib libs
Note: See TracChangeset for help on using the changeset viewer.