Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
76854981
Commit
76854981
authored
Mar 17, 2020
by
snuverink_j
Browse files
Resolve "Compiler warnings from boost headers stops compilation"
parent
9444102d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
76854981
...
...
@@ -136,7 +136,7 @@ find_package (Boost 1.60.0
message
(
"Found Boost include dir:
${
Boost_INCLUDE_DIR
}
"
)
message
(
"Found Boost library dir:
${
Boost_LIBRARY_DIR
}
"
)
message
(
"Found Boost libraries:
${
Boost_LIBRARIES
}
"
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
include_directories
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
option
(
ENABLE_DKS
"Enable DKS"
OFF
)
if
(
ENABLE_DKS
)
...
...
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