Commit f44c5e5e authored by Sergei Golubchik's avatar Sergei Golubchik

switch columnstore from pre-alpha 6.1.1 back to 5.5.2-3

suppress columnstore boost warning
parent 7700626f
...@@ -4,6 +4,8 @@ if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}") ...@@ -4,6 +4,8 @@ if("NO" STREQUAL "${PLUGIN_COLUMNSTORE}")
return() return()
endif() endif()
add_definitions(-DBOOST_BIND_GLOBAL_PLACEHOLDERS)
# this does everything, gets the var from the correct scope, appends new # this does everything, gets the var from the correct scope, appends new
# values, sets in the correct scope # values, sets in the correct scope
macro(APPEND_FOR_CPACK V) macro(APPEND_FOR_CPACK V)
......
Subproject commit 1f46baa98022b6c0b201272fca8d92d6ad51f786 Subproject commit 120bc15108bc964005af79856a6173fee33ef520
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