linking fix on Mac for testDataset

release/4.3a0
Chris Beall 2012-08-28 15:38:08 +00:00
parent f27fee5524
commit bf71e497cd
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ if(CYGWIN OR MSVC OR WIN32)
set(Boost_USE_STATIC_LIBS 1)
endif()
find_package(Boost 1.43 COMPONENTS serialization system filesystem thread date_time regex REQUIRED)
set(GTSAM_BOOST_LIBRARIES ${Boost_SERIALIZATION_LIBRARY} ${Boost_SYSTEM_LIBRARY})
set(GTSAM_BOOST_LIBRARIES ${Boost_SERIALIZATION_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_FILESYSTEM_LIBRARY})
# General build settings
include_directories(