Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Orgad Shaneh
CMake
Commits
403277fe
Commit
403277fe
authored
Apr 25, 2020
by
Orgad Shaneh
Browse files
FindBoost: Prevent warning with boost 1.73
This amends commit
9daf79c5
parent
63743bda
Pipeline
#170457
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindBoost.cmake
View file @
403277fe
...
...
@@ -1175,7 +1175,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret)
set
(
_Boost_TIMER_DEPENDENCIES chrono
)
set
(
_Boost_WAVE_DEPENDENCIES filesystem serialization thread chrono date_time atomic
)
set
(
_Boost_WSERIALIZATION_DEPENDENCIES serialization
)
if
(
NOT Boost_VERSION_STRING VERSION_LESS 1.7
3
.0
)
if
(
NOT Boost_VERSION_STRING VERSION_LESS 1.7
4
.0
)
message
(
WARNING
"New Boost version may have incorrect or missing dependencies and imported targets"
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
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