Changeset 2645 for code/branches/buildsystem2/cmake
- Timestamp:
- Feb 12, 2009, 2:03:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/LibraryConfig.cmake
r2644 r2645 28 28 INCLUDE(CompareVersionStrings) 29 29 INCLUDE(FindPackageHandleStandardArgs) 30 31 # Prevent CMake from finding libraries in the installation folder on windows 32 # There might already be an installation from another compiler 33 LIST(REMOVE_ITEM CMAKE_SYSTEM_PREFIX_PATH "${CMAKE_INSTALL_PREFIX}") 30 34 31 35 ############## Platform Scripts #################
Note: See TracChangeset
for help on using the changeset viewer.