Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2009, 1:18:03 AM (15 years ago)
Author:
rgrieder
Message:

Small fixes:

  • CheckOGREPlugins wasn't handling debug libraries correctly
  • OpenAL was missig the "Found OpenAL" message
  • changed all find scripts to show the library in the output instead of the include directory
  • Run script gets overridden by force
  • Also copy run script to the bin folder
File:
1 edited

Legend:

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

    r2626 r2628  
    115115  ENDIF()
    116116ENDIF()
     117# Notfiy user
     118FIND_PACKAGE_HANDLE_STANDARD_ARGS(OpenAL DEFAULT_MSG OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
    117119# Hide variables created by the script
    118 MARK_AS_ADVANCED(
    119   OPENAL_INCLUDE_DIR
    120   OPENAL_LIBRARY
    121 )
     120MARK_AS_ADVANCED(OPENAL_INCLUDE_DIR OPENAL_LIBRARY)
    122121
    123122##### TCL #####
     
    129128SET(TCL_FIND_QUIETLY FALSE)
    130129FIND_PACKAGE_HANDLE_STANDARD_ARGS(TCL DEFAULT_MSG TCL_LIBRARY TCL_INCLUDE_PATH)
    131 # Workaround a CMake bug that doesn't set the variables to the cache
    132 # Occurs at least on CMake 2.6.2 and 2.6.0 under Windows
    133 SET(TCL_LIBRARY ${TCL_LIBRARY} CACHE FILEPATH "")
    134 SET(TCL_INCLUDE_PATH ${TCL_INCLUDE_PATH} CACHE PATH "")
    135130
    136131##### Boost #####
Note: See TracChangeset for help on using the changeset viewer.