Changeset 735 for code/branches/FICN/cmake
- Timestamp:
- Dec 30, 2007, 11:13:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/cmake/FindBoost.cmake
r601 r735 1 # THIS FILE HAS BEEN MODIFIED TO WORK ON T ARDIS1 # THIS FILE HAS BEEN MODIFIED TO WORK ON THE TARDIS INFRASTURUCTURE of THE ETH. 2 2 # use with cation 3 3 # Nicolas Schlumberger <nico AT orxonx DOT net> (C) 2007 … … 278 278 IF(Boost_${library}_FOUND) 279 279 SET(Boost_LIBRARIES ${Boost_LIBRARIES} ${Boost_${library}_LIBRARIES}) 280 MESSAGE(STATUS "Found BoostLibrary: ${library}") 280 281 ENDIF(Boost_${library}_FOUND) 281 282 ENDFOREACH(library)
Note: See TracChangeset
for help on using the changeset viewer.