Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 371


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

fixed FindBoost.cmake

Location:
code/branches/FICN
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/CMakeLists.txt

    r370 r371  
    3939    SET(CMAKE_CXX_COMPILER "g++-4.1.1")
    4040    # reset eNet serach path
    41     SET(Boost_INCLUDE_DIR "/usr/pack/boost-1.34.1-sd/i686-debian-linux3.1/include/")
     41    SET(Boost_INCLUDE_DIR "/usr/pack/boost-1.34.1-sd/i686-debian-linux3.1/include/boost-1_34_1")
    4242  ENDIF(IS_TARDIS)
    4343
  • 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
  • code/branches/FICN/src/network/CMakeLists.txt

    r364 r371  
    1313)
    1414
    15 ADD_LIBRARY(network ${NETWORK_SRC_FILES} ${ENet_LABRARY})
    16 TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY})
     15ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES} ${ENet_LIBRARY} ${Boost_LIBRARIES})
     16TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY} ${Boost_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.