We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033703b commit 57bcc67Copy full SHA for 57bcc67
1 file changed
cmake/commonSettings.cmake
@@ -162,9 +162,7 @@ else()
162
set(Boost_USE_RELEASE_LIBS OFF)
163
endif()
164
# Issue with Boost CMake finder introduced in version 1.70
165
- if(Boost_VERSION VERSION_GREATER_EQUAL "1.70.0")
166
- set(Boost_NO_BOOST_CMAKE ON)
167
- endif()
+ set(Boost_NO_BOOST_CMAKE ON)
168
169
if(NOT Boost_USE_STATIC_LIBS)
170
# link against dynamic boost libraries
0 commit comments