Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
58d3bf33
Commit
58d3bf33
authored
Apr 20, 2016
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change default to dynamic boost libraries
parent
4909275a
Pipeline
#1368
passed with stage
Changes
1
Pipelines
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 @
58d3bf33
...
...
@@ -66,7 +66,7 @@ if(Boost_FOUND)
list
(
APPEND COMISO_LINK_DIRECTORIES
${
Boost_LIBRARY_DIR
}
)
list
(
APPEND COMISO_LINK_LIBRARIES
${
Boost_LIBRARIES
}
)
option
(
Boost_USE_STATIC_LIBS
"Link with static Boost libraries"
O
N
)
option
(
Boost_USE_STATIC_LIBS
"Link with static Boost libraries"
O
FF
)
mark_as_advanced
(
Boost_USE_STATIC_LIBS
)
if
(
Boost_USE_STATIC_LIBS
)
set
(
Boost_USE_STATIC_LIBS ON
)
...
...
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