Skip to content

Commit

Permalink
FindBoost: Prevent warning with boost 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
oleurodecision committed Oct 4, 2020
1 parent 3ec0f9d commit 1940e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/FindBoost.cmake
Expand Up @@ -1183,7 +1183,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(Boost_VERSION_STRING VERSION_GREATER_EQUAL 1.74.0)
if(Boost_VERSION_STRING VERSION_GREATER_EQUAL 1.75.0)
message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets")
endif()
endif()
Expand Down

0 comments on commit 1940e24

Please sign in to comment.