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.
1 parent 075dd73 commit b3e29daCopy full SHA for b3e29da
storage/columnstore/CMakeLists.txt
@@ -13,11 +13,10 @@ endmacro()
13
14
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
15
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
16
- cmake_policy(SET CMP0093 NEW)
17
18
# https://jira.mariadb.org/browse/MCOL-5611
19
FIND_PACKAGE(Boost COMPONENTS system filesystem thread regex date_time chrono atomic)
20
- IF (Boost_VERSION VERSION_GREATER "1.79.0")
+ IF (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_GREATER "1.79")
21
MESSAGE_ONCE(CS_NO_BOOST "Boost Libraries >= 1.80.0 not supported!")
22
return()
23
ENDIF()
0 commit comments