Skip to content
Snippets Groups Projects
Commit a841fc95 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Make sure that Boost.Filesystem v2 is used.

parent 0c5ca3e7
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph-python")
# Search for Boost.
SEARCH_FOR_BOOST()
# Make sure Boost.Filesystem v2 is used.
ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=2)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(include)
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