Skip to content
Snippets Groups Projects
Commit f77bc625 authored by isucan's avatar isucan
Browse files

add boost system

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@175 253336fb-580f-4252-a368-f3cef5a2a82b
parent ddaa603d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ endif() ...@@ -43,7 +43,7 @@ endif()
if(MSVC OR MSVC90 OR MSVC10) if(MSVC OR MSVC90 OR MSVC10)
add_definitions(-DBOOST_ALL_NO_LIB) add_definitions(-DBOOST_ALL_NO_LIB)
endif() endif()
find_package(Boost COMPONENTS thread REQUIRED) find_package(Boost COMPONENTS thread system REQUIRED)
include_directories(${Boost_INCLUDE_DIR}) include_directories(${Boost_INCLUDE_DIR})
# make sure we know what flag we used for SSE # make sure we know what flag we used for SSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment