Skip to content

Commit eaaaeb4

Browse files
committed
fix glog linking
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 1658aa1 commit eaaaeb4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ endif()
230230

231231
target_link_libraries(gluten PUBLIC Arrow::arrow
232232
Arrow::arrow_bundled_dependencies)
233+
add_compile_definitions(GLOG_CUSTOM_PREFIX=gluten)
233234
target_link_libraries(gluten PRIVATE google::glog)
234235

235236
install(TARGETS gluten DESTINATION ${CMAKE_INSTALL_LIBDIR})

cpp/core/symbols.map

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
*google::*;
1212
fL*::FLAGS_*;
1313
gflags_mutex_namespace::*;
14-
glog_internal_namespace_::*;
1514
};
1615
};

0 commit comments

Comments
 (0)