Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
ad9f37a5
Commit
ad9f37a5
authored
Sep 21, 2016
by
Carl Poelking
Browse files
Boost version requirement lifted.
parent
cc2f0955
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ad9f37a5
...
...
@@ -33,10 +33,9 @@ if(DEFINED 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."
)
message
(
"-- Note: BOOST_ROOT not set.
Let's see whether we can find BOOST anyway.
"
)
endif
(
DEFINED ENV{BOOST_ROOT}
)
message
(
"-- BOOST_ROOT is set:
${
BOOST_ROOT
}
"
)
find_package
(
Boost 1.60.0 COMPONENTS python mpi filesystem serialization
)
find_package
(
Boost COMPONENTS python mpi filesystem serialization
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
find_package
(
MPI REQUIRED
)
...
...
Write
Preview
Markdown
is supported
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