Skip to content

Commit

Permalink
require boost 1.53 for columnstore
Browse files Browse the repository at this point in the history
  • Loading branch information
sanja-byelkin committed Apr 28, 2024
1 parent a09ebe5 commit bda8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/columnstore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")

# https://jira.mariadb.org/browse/MCOL-5611
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)
IF (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_GREATER "1.79")
MESSAGE_ONCE(CS_NO_BOOST "Boost Libraries >= 1.80.0 not supported!")
return()
Expand Down

0 comments on commit bda8d4f

Please sign in to comment.