Skip to content
Snippets Groups Projects
Commit 076b56df authored by Francois Keith's avatar Francois Keith
Browse files

Remove use of BOOST_FILESYSTEM_VERSION=2

This crashes for most recent versions of boost
parent ca6b3215
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph-python") ...@@ -48,9 +48,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph-python")
SET(BOOST_COMPONENTS python filesystem system thread program_options unit_test_framework) SET(BOOST_COMPONENTS python filesystem system thread program_options unit_test_framework)
SEARCH_FOR_BOOST() SEARCH_FOR_BOOST()
# Make sure Boost.Filesystem v2 is used.
ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=2)
ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(include) ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(doc) ADD_SUBDIRECTORY(doc)
......
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