Changeset 2674
- Timestamp:
- Feb 16, 2009, 4:17:27 PM (16 years ago)
- Location:
- code/branches/buildsystem3/cmake
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/cmake/LibraryConfig.cmake
r2673 r2674 62 62 "Disable LIBRARY_USE_PACKAGE if you have none intalled.") 63 63 ELSE() 64 FILE(GLOB _package_config_files "${DEPENDENCY_DIR}/PackageConfig*.cmake")65 FOREACH(_file ${_package_config_files})66 INCLUDE(${_file}) ENDFOREACH(_file) 64 INCLUDE(PackageConfigMinGW) 65 INCLUDE(PackageConfigMSVC) 66 67 67 # On Windows, DLLs have to be in the executable folder, install them 68 68 IF(DEP_BINARY_DIR AND WIN32)
Note: See TracChangeset
for help on using the changeset viewer.