From 71b5ca0b393dcec4b84e853fcffb18dd8c5ed23f Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Thu, 15 May 2025 15:07:24 +0000 Subject: [PATCH] chore(build): add linkage helper function --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 311ab40e5..e4bd5907a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,13 +32,11 @@ set(WITH_COLUMNSTORE_LZ4 CACHE STRING "Build with lz4. Possible values are 'ON', 'OFF', 'AUTO' and default is 'AUTO'" ) -# the order of includes is important +# order of includes is important include(check_compiler_flag) include(ExternalProject) include(CheckCXXSourceCompiles) include(packages) -include(boost) -include(thrift) include(dirs) include(includes) include(libs) @@ -46,6 +44,9 @@ include(columnstore_version) include(configureEngine) include(compiler_flags) include(misc) +include(boost) +include(thrift) +include(ColumnstoreLibrary) set(COMPONENTS dbcon/mysql