Commit 099ca49c authored by Aleksey Midenkov's avatar Aleksey Midenkov

Columnstore empty submodule fix

CMake doesn't set ${PLUGIN_COLUMNSTORE} to anything.
parent c4776974
#set(PLUGIN_COLUMNSTORE "NO" CACHE STRING "Enable ColumnStore engine")
if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}")
if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}" OR
NOT DEFINED ${PLUGIN_COLUMNSTORE})
return()
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment