- Timestamp:
- Feb 23, 2009, 10:35:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/cmake/LibraryConfig.cmake
r2677 r2696 29 29 INCLUDE(FindPackageHandleStandardArgs) 30 30 31 # Prevent CMake from finding libraries in the installation folder on windows31 # Prevent CMake from finding libraries in the installation folder on Windows. 32 32 # There might already be an installation from another compiler 33 LIST(REMOVE_ITEM CMAKE_SYSTEM_PREFIX_PATH "${CMAKE_INSTALL_PREFIX}") 34 LIST(REMOVE_ITEM CMAKE_SYSTEM_LIBRARY_PATH "${CMAKE_INSTALL_PREFIX}/bin") 33 IF(DEPENDENCY_PACKAGE_ENABLE) 34 LIST(REMOVE_ITEM CMAKE_SYSTEM_PREFIX_PATH "${CMAKE_INSTALL_PREFIX}") 35 LIST(REMOVE_ITEM CMAKE_SYSTEM_LIBRARY_PATH "${CMAKE_INSTALL_PREFIX}/bin") 36 ENDIF() 35 37 36 38 ############## Platform Scripts #################
Note: See TracChangeset
for help on using the changeset viewer.