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 a09ebe5 commit bda8d4fCopy full SHA for bda8d4f
storage/columnstore/CMakeLists.txt
@@ -15,7 +15,7 @@ IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
15
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
16
17
# https://jira.mariadb.org/browse/MCOL-5611
18
- FIND_PACKAGE(Boost COMPONENTS system filesystem thread regex date_time chrono atomic)
+ FIND_PACKAGE(Boost 1.53 COMPONENTS system filesystem thread regex date_time chrono atomic)
19
IF (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_GREATER "1.79")
20
MESSAGE_ONCE(CS_NO_BOOST "Boost Libraries >= 1.80.0 not supported!")
21
return()
0 commit comments