You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
chore(build): MCOL-6090 do not build columnstore if not defined target
This commit is contained in:
@@ -49,8 +49,12 @@ include(compiler_flags)
|
|||||||
include(misc)
|
include(misc)
|
||||||
include(cpack_manage)
|
include(cpack_manage)
|
||||||
|
|
||||||
|
add_subdirectory(dbcon/mysql)
|
||||||
|
if(NOT TARGET columnstore)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
set(COMPONENTS
|
set(COMPONENTS
|
||||||
dbcon/mysql
|
|
||||||
utils
|
utils
|
||||||
oam/oamcpp
|
oam/oamcpp
|
||||||
dbcon/execplan
|
dbcon/execplan
|
||||||
|
Reference in New Issue
Block a user