Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2007, 11:13:14 PM (17 years ago)
Author:
nicolasc
Message:
  • created output for lib in FindBoost.cmake
  • cleanup in root-CML
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/cmake/FindBoost.cmake

    r601 r735  
    1 # THIS FILE HAS BEEN MODIFIED TO WORK ON TARDIS
     1# THIS FILE HAS BEEN MODIFIED TO WORK ON THE TARDIS INFRASTURUCTURE of THE ETH.
    22# use with cation
    33# Nicolas Schlumberger <nico AT orxonx DOT net> (C) 2007
     
    278278    IF(Boost_${library}_FOUND)
    279279      SET(Boost_LIBRARIES ${Boost_LIBRARIES} ${Boost_${library}_LIBRARIES})
     280      MESSAGE(STATUS "Found BoostLibrary: ${library}")
    280281    ENDIF(Boost_${library}_FOUND)
    281282  ENDFOREACH(library)
Note: See TracChangeset for help on using the changeset viewer.