Skip to content

Commit 1cef7e1

Browse files
committed
Use glog_SOURCE
1 parent 705f267 commit 1cef7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if(ARROW_ORC)
8686
endif()
8787

8888
if(ARROW_USE_GLOG)
89-
if(GLOG_SOURCE STREQUAL "SYSTEM")
89+
if(glog_SOURCE STREQUAL "SYSTEM")
9090
list(APPEND ARROW_STATIC_INSTALL_INTERFACE_LIBS glog::glog)
9191
endif()
9292
endif()

0 commit comments

Comments
 (0)