Skip to content

Commit bda8d4f

Browse files
committed
require boost 1.53 for columnstore
1 parent a09ebe5 commit bda8d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/columnstore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
1515
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
1616

1717
# https://jira.mariadb.org/browse/MCOL-5611
18-
FIND_PACKAGE(Boost COMPONENTS system filesystem thread regex date_time chrono atomic)
18+
FIND_PACKAGE(Boost 1.53 COMPONENTS system filesystem thread regex date_time chrono atomic)
1919
IF (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_GREATER "1.79")
2020
MESSAGE_ONCE(CS_NO_BOOST "Boost Libraries >= 1.80.0 not supported!")
2121
return()

0 commit comments

Comments
 (0)