Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
6f1b7215
Commit
6f1b7215
authored
Jul 07, 2017
by
Douglas Serson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix previous commit
parent
7a3bd480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cmake/ThirdPartyBoost.cmake
cmake/ThirdPartyBoost.cmake
+2
-1
No files found.
cmake/ThirdPartyBoost.cmake
View file @
6f1b7215
...
...
@@ -9,7 +9,8 @@
#If the user has not set BOOST_ROOT, look in a couple common places first.
MESSAGE
(
STATUS
"Searching for Boost:"
)
SET
(
MIN_VER
"1.56.0"
)
SET
(
NEEDED_BOOST_LIBS thread iostreams date_time filesystem program_options
)
SET
(
NEEDED_BOOST_LIBS thread iostreams date_time filesystem system
program_options regex
)
SET
(
Boost_DEBUG 0
)
SET
(
Boost_NO_BOOST_CMAKE ON
)
IF
(
BOOST_ROOT
)
...
...
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