summaryrefslogtreecommitdiff
path: root/storage/columnstore
diff options
context:
space:
mode:
authorRoman Nozdrin <roman.nozdrin@mariadb.com>2020-06-26 08:27:08 +0000
committerRoman Nozdrin <roman.nozdrin@mariadb.com>2020-06-26 08:27:08 +0000
commit994026b77ff3c3d20e6068d23667fd305c995d5b (patch)
treed9b92990da81c4ebf482ee5cc8b9859cf7751e4c /storage/columnstore
parent65b93cef3820115286ecd143202c29f931be85c0 (diff)
downloadmariadb-git-994026b77ff3c3d20e6068d23667fd305c995d5b.tar.gz
Cmake now ignores ColumnStore without an explicit -DDEB | -DRPM and
-DPLUGIN_COLUMNSTORE=YES or its analog.
Diffstat (limited to 'storage/columnstore')
-rw-r--r--storage/columnstore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/columnstore/CMakeLists.txt b/storage/columnstore/CMakeLists.txt
index a7f0250a98f..8e3db1c7964 100644
--- a/storage/columnstore/CMakeLists.txt
+++ b/storage/columnstore/CMakeLists.txt
@@ -1,6 +1,6 @@
#set(PLUGIN_COLUMNSTORE "NO" CACHE STRING "Enable ColumnStore engine")
-if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}")
+if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}" OR NOT (RPM OR DEB))
return()
endif()