Commit 994026b7 authored by Roman Nozdrin's avatar Roman Nozdrin

Cmake now ignores ColumnStore without an explicit -DDEB | -DRPM and

-DPLUGIN_COLUMNSTORE=YES or its analog.
parent 65b93cef
#set(PLUGIN_COLUMNSTORE "NO" CACHE STRING "Enable ColumnStore engine") #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() return()
endif() 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