Changeset 371 for code/branches/FICN/cmake
- Timestamp:
- Dec 3, 2007, 3:44:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/cmake/FindBoost.cmake
r337 r371 1 # THIS FILE HAS BEEN MODIFIED TO WORK ON TARDIS 2 # use with cation 3 # Nicolas Schlumberger <nico AT orxonx DOT net> (C) 2007 4 # 1 5 # - Find the Boost includes and libraries. 2 6 # The following variables are set if Boost is found. If Boost is not … … 163 167 # List of library suffixes to search, e.g. libboost_date_time-gcc 164 168 SET(BOOST_SUFFIX_SEARCH 169 gcc41-mt 165 170 gcc 166 171 il … … 174 179 iostreams 175 180 program_options 176 python177 181 regex 178 182 serialization
Note: See TracChangeset
for help on using the changeset viewer.