Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
fef821d2
Commit
fef821d2
authored
Aug 24, 2017
by
Mccaskey, Alex
Browse files
removing python from find_boost call
parent
aef4297d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fef821d2
...
...
@@ -59,12 +59,12 @@ if (MPI_FOUND)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DXACC_HAS_MPI"
)
# We require Boost with MPI
find_package
(
Boost COMPONENTS mpi system program_options filesystem
python
REQUIRED
)
find_package
(
Boost COMPONENTS mpi system program_options filesystem REQUIRED
)
else
()
message
(
STATUS
"MPI Not Found."
)
# We require Boost without MPI
find_package
(
Boost COMPONENTS system program_options filesystem
python
REQUIRED
)
find_package
(
Boost COMPONENTS system program_options filesystem REQUIRED
)
endif
()
# Look for OpenMP, add it we find it
...
...
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