Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
a841fc95
Commit
a841fc95
authored
Mar 13, 2012
by
Thomas Moulard
Browse files
Make sure that Boost.Filesystem v2 is used.
parent
0c5ca3e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a841fc95
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment