You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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(cpack_manage)
|
||||
|
||||
add_subdirectory(dbcon/mysql)
|
||||
if(NOT TARGET columnstore)
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(COMPONENTS
|
||||
dbcon/mysql
|
||||
utils
|
||||
oam/oamcpp
|
||||
dbcon/execplan
|
||||
|
Reference in New Issue
Block a user