We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bacd53 commit ccc03cbCopy full SHA for ccc03cb
1 file changed
cpp/CMakeLists.txt
@@ -652,6 +652,7 @@ if (ARROW_ORC)
652
endif()
653
654
if (ARROW_USE_GLOG)
655
+ add_definitions(-DARROW_USE_GLOG)
656
SET(ARROW_STATIC_LINK_LIBS glog_static ${ARROW_STATIC_LINK_LIBS})
657
658
0 commit comments