Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
soap-plus-plus
Commits
d36596b8
Commit
d36596b8
authored
Apr 13, 2016
by
Carl Poelking
Browse files
Boost required version.
parent
b1802758
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d36596b8
...
...
@@ -23,11 +23,13 @@ find_package(PythonLibs)
include_directories
(
${
PYTHON_INCLUDE_DIRS
}
)
if
(
DEFINED ENV{BOOST_ROOT}
)
message
(
"-- BOOST_ROOT is set: $ENV{BOOST_ROOT}"
)
set
(
BOOST_ROOT
"$ENV{BOOST_ROOT}"
)
message
(
"-- BOOST_ROOT is set:
${
BOOST_ROOT
}
"
)
else
(
DEFINED ENV{BOOST_ROOT}
)
message
(
"-- Note: BOOST_ROOT not set."
)
endif
(
DEFINED ENV{BOOST_ROOT}
)
find_package
(
Boost COMPONENTS python mpi filesystem serialization
)
message
(
"-- BOOST_ROOT is set:
${
BOOST_ROOT
}
"
)
find_package
(
Boost 1.60.0 COMPONENTS python mpi filesystem serialization
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
find_package
(
MPI REQUIRED
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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