Whitespace only

release/4.3a0
Alex Cunningham 2012-10-04 20:23:44 +00:00
parent 0c0c0a7221
commit 394485d543
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ find_package(Boost 1.43 COMPONENTS serialization system filesystem thread date_t
# Allow for not using the timer libraries on boost < 1.47 # Allow for not using the timer libraries on boost < 1.47
set(GTSAM_BOOST_LIBRARIES ${Boost_SERIALIZATION_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_FILESYSTEM_LIBRARY}) set(GTSAM_BOOST_LIBRARIES ${Boost_SERIALIZATION_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_FILESYSTEM_LIBRARY})
if(Boost_TIMER_LIBRARY) if(Boost_TIMER_LIBRARY)
set(GTSAM_BOOST_LIBRARIES ${GTSAM_BOOST_LIBRARIES} ${Boost_TIMER_LIBRARY}) set(GTSAM_BOOST_LIBRARIES ${GTSAM_BOOST_LIBRARIES} ${Boost_TIMER_LIBRARY})
endif() endif()
# General build settings # General build settings