Changeset 2641 for code/branches/buildsystem2/cmake
- Timestamp:
- Feb 8, 2009, 11:52:37 PM (16 years ago)
- Location:
- code/branches/buildsystem2/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/BuildConfigGCC.cmake
r2640 r2641 37 37 COMPARE_VERSION_STRINGS("${GCC_VERSION}" "4.0.0" _compare_result) 38 38 IF(_compare_result LESS 0) 39 SET(GCC_NO_SYSTEM_HEADER_SUPPORT )39 SET(GCC_NO_SYSTEM_HEADER_SUPPORT TRUE) 40 40 ENDIF() 41 41 -
code/branches/buildsystem2/cmake/LibraryConfig.cmake
r2637 r2641 148 148 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem date_time system) 149 149 ELSE(MSVC) 150 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem )150 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem system) 151 151 ENDIF(MSVC) 152 152
Note: See TracChangeset
for help on using the changeset viewer.