- Timestamp:
- Feb 12, 2009, 3:28:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/LibraryConfig.cmake
r2645 r2649 166 166 # Expand the next statement if newer boost versions than 1.36.1 are released 167 167 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0) 168 # MSVC seems to be the only compiler requiring system anddate_time168 # MSVC seems to be the only compiler requiring date_time 169 169 IF(MSVC) 170 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem date_time system)170 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem date_time) 171 171 ELSE(MSVC) 172 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem system)172 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem) 173 173 ENDIF(MSVC) 174 # Boost 1.35 and newer also need the 'System' library 175 IF(NOT Boost_VERSION LESS 103500) 176 FIND_PACKAGE(Boost 1.35 REQUIRED system) 177 ENDIF() 174 178 175 179 ####### Static/Dynamic linking options ##########
Note: See TracChangeset
for help on using the changeset viewer.