We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705f267 commit 1cef7e1Copy full SHA for 1cef7e1
cpp/src/arrow/CMakeLists.txt
@@ -86,7 +86,7 @@ if(ARROW_ORC)
86
endif()
87
88
if(ARROW_USE_GLOG)
89
- if(GLOG_SOURCE STREQUAL "SYSTEM")
+ if(glog_SOURCE STREQUAL "SYSTEM")
90
list(APPEND ARROW_STATIC_INSTALL_INTERFACE_LIBS glog::glog)
91
92
0 commit comments