Changeset 3252
- Timestamp:
- Jun 29, 2009, 9:43:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/cmake/LibraryConfig.cmake
r3196 r3252 153 153 # Expand the next statement if newer boost versions than 1.36.1 are released 154 154 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0) 155 # MSVC seems to be the only compiler requiring date_time 156 IF(MSVC) 157 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem date_time) 158 ELSE(MSVC) 159 FIND_PACKAGE(Boost 1.34 REQUIRED thread filesystem) 160 ENDIF(MSVC) 161 # Boost 1.35 and newer also need the 'System' library 162 IF(NOT Boost_VERSION LESS 103500) 163 FIND_PACKAGE(Boost 1.35 REQUIRED system) 164 ENDIF() 155 FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time) 165 156 # No auto linking, so this option is useless anyway 166 157 MARK_AS_ADVANCED(Boost_LIB_DIAGNOSTIC_DEFINITIONS) 158 167 159 168 160 ####### Static/Dynamic linking options ##########
Note: See TracChangeset
for help on using the changeset viewer.