Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dennis Klein
CMake
Commits
ca4029fa
Commit
ca4029fa
authored
Oct 13, 2016
by
Alex Turbov
Committed by
Brad King
Oct 13, 2016
Browse files
FindBoost: Minor style updates
parent
2e242b5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindBoost.cmake
View file @
ca4029fa
...
...
@@ -1392,7 +1392,7 @@ if( Boost_USE_STATIC_LIBS )
if
(
WIN32
)
list
(
INSERT CMAKE_FIND_LIBRARY_SUFFIXES 0 .lib .a
)
else
()
set
(
CMAKE_FIND_LIBRARY_SUFFIXES .a
)
set
(
CMAKE_FIND_LIBRARY_SUFFIXES .a
)
endif
()
endif
()
...
...
@@ -1418,7 +1418,7 @@ endif()
set
(
_boost_STATIC_RUNTIME_WORKAROUND false
)
if
(
WIN32 AND Boost_USE_STATIC_LIBS
)
if
(
NOT DEFINED Boost_USE_STATIC_RUNTIME
)
set
(
_boost_STATIC_RUNTIME_WORKAROUND
true
)
set
(
_boost_STATIC_RUNTIME_WORKAROUND
TRUE
)
endif
()
endif
()
...
...
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