Skip to content

Commit 57bcc67

Browse files
committed
Update commonSettings.cmake
No boost version specified at module read time.
1 parent 033703b commit 57bcc67

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmake/commonSettings.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ else()
162162
set(Boost_USE_RELEASE_LIBS OFF)
163163
endif()
164164
# 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()
165+
set(Boost_NO_BOOST_CMAKE ON)
168166

169167
if(NOT Boost_USE_STATIC_LIBS)
170168
# link against dynamic boost libraries

0 commit comments

Comments
 (0)