Changeset 1230 for code/branches/console/cmake
- Timestamp:
- May 4, 2008, 4:44:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/cmake/FindBoost.cmake
r790 r1230 101 101 # Add in some path suffixes. These will have to be updated whenever a new Boost version comes out. 102 102 SET(SUFFIX_FOR_PATH 103 boost-1_35_0 104 boost-1_35 103 105 boost-1_34_1 104 106 boost-1_34_0 … … 112 114 # 113 115 IF(WIN32) 114 SET(Boost_INCLUDE_DIR ../libs/boost_1_33_1) 116 SET(Boost_INCLUDE_DIR 117 # ../libs/boost_1_33_1 118 ../libs/boost_1_35_0 119 ) 115 120 ELSE(WIN32) 116 121 FIND_PATH(Boost_INCLUDE_DIR NAMES boost/config.hpp PATH_SUFFIXES ${SUFFIX_FOR_PATH} PATHS … … 187 192 gcc-1_33_1 188 193 gcc-mt-1_33_1 194 mgw34-mt-1_35 189 195 ) 190 196
Note: See TracChangeset
for help on using the changeset viewer.