We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee1b273 + 9cb8a4d commit 83e3eafCopy full SHA for 83e3eaf
cmake/modules/FindBoost.cmake
@@ -1409,7 +1409,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret)
1409
set(_Boost_THREAD_DEPENDENCIES chrono atomic)
1410
set(_Boost_WAVE_DEPENDENCIES filesystem serialization thread chrono atomic)
1411
set(_Boost_WSERIALIZATION_DEPENDENCIES serialization)
1412
- if(Boost_VERSION_STRING VERSION_GREATER_EQUAL 1.87.0 AND NOT Boost_NO_WARN_NEW_VERSIONS)
+ if(Boost_VERSION_STRING VERSION_GREATER_EQUAL 1.88.0 AND NOT Boost_NO_WARN_NEW_VERSIONS)
1413
message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets")
1414
endif()
1415
0 commit comments