From 37b5f212a91e4654b2893fc5c28c1d69b1539a40 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Mon, 7 Jul 2025 19:56:54 +0000 Subject: [PATCH] chore(build): MCOL-6090 do not build columnstore if not defined target --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec22f91d0..ee826f6c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,8 +49,12 @@ include(compiler_flags) include(misc) include(cpack_manage) +add_subdirectory(dbcon/mysql) +if(NOT TARGET columnstore) + return() +endif() + set(COMPONENTS - dbcon/mysql utils oam/oamcpp dbcon/execplan