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
076b56df
Commit
076b56df
authored
Jul 28, 2014
by
Francois Keith
Browse files
Remove use of BOOST_FILESYSTEM_VERSION=2
This crashes for most recent versions of boost
parent
ca6b3215
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
076b56df
...
...
@@ -48,9 +48,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph-python")
SET
(
BOOST_COMPONENTS python filesystem system thread program_options unit_test_framework
)
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