Skip to content
Snippets Groups Projects
Commit da3835d4 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Force boost lookup.

parent 44dce29f
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -73,6 +73,11 @@ ENDIF()
LIST(APPEND LOGGING_WATCHED_TARGETS ${libs})
# Search for dependencies.
# Boost
SET(BOOST_COMPONENTS filesystem)
SEARCH_FOR_BOOST()
# Add subdirectories.
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(src)
......
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