Changeset 3304 for code/trunk/cmake
- Timestamp:
- Jul 18, 2009, 6:23:31 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/netp6 (added) merged: 3215,3226-3227,3229-3231,3240,3242,3251-3252,3256,3258-3259,3263-3264,3267-3268,3277,3283-3284,3289,3298-3299,3302
- Property svn:mergeinfo changed
-
code/trunk/cmake/LibraryConfig.cmake
r3196 r3304 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.