Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2007, 3:44:30 PM (16 years ago)
Author:
nicolasc
Message:

fixed FindBoost.cmake

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#
    15# - Find the Boost includes and libraries.
    26# The following variables are set if Boost is found.  If Boost is not
     
    163167# List of library suffixes to search, e.g. libboost_date_time-gcc
    164168SET(BOOST_SUFFIX_SEARCH
     169  gcc41-mt
    165170  gcc
    166171  il
     
    174179  iostreams
    175180  program_options
    176   python
    177181  regex
    178182  serialization
Note: See TracChangeset for help on using the changeset viewer.