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

    r2582 r2583  
    1414# Lots of simplifications by Adrian Friedli
    1515#                 > www.orxonox.net <
     16
     17INCLUDE(FindPackageHandleStandardArgs)
     18INCLUDE(HandleLibraryTypes)
    1619
    1720FIND_PATH(ENET_INCLUDE_DIR enet/enet.h
     
    3134)
    3235FIND_LIBRARY(ENET_LIBRARY_DEBUG
    33     NAMES enet_${LIBRARY_DEBUG_POSTFIX}
     36    NAMES enet${LIBRARY_DEBUG_POSTFIX}
    3437    PATHS
    3538    $ENV{ENETDIR}
Note: See TracChangeset for help on using the changeset viewer.