Changeset 8066 for code/branches/kicklib/cmake/LibraryConfig.cmake
- Timestamp:
- Mar 12, 2011, 11:54:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/cmake/LibraryConfig.cmake
r8057 r8066 143 143 144 144 ##### Boost ##### 145 # Expand the next statement if newer boost versions than 1.36.1are released145 # Expand the next statement if newer boost versions are released 146 146 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0 147 1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0) 147 1.41 1.41.0 1.42 1.42.0 1.43 1.43.0 1.44 1.44.0 148 1.45 1.45.0 1.46 1.46.0 1.46.1) 148 149 IF( NOT TARDIS ) 149 150 FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time)
Note: See TracChangeset
for help on using the changeset viewer.