We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1658aa1 commit eaaaeb4Copy full SHA for eaaaeb4
2 files changed
cpp/core/CMakeLists.txt
@@ -230,6 +230,7 @@ endif()
230
231
target_link_libraries(gluten PUBLIC Arrow::arrow
232
Arrow::arrow_bundled_dependencies)
233
+add_compile_definitions(GLOG_CUSTOM_PREFIX=gluten)
234
target_link_libraries(gluten PRIVATE google::glog)
235
236
install(TARGETS gluten DESTINATION ${CMAKE_INSTALL_LIBDIR})
cpp/core/symbols.map
@@ -11,6 +11,5 @@
11
*google::*;
12
fL*::FLAGS_*;
13
gflags_mutex_namespace::*;
14
- glog_internal_namespace_::*;
15
};
16
0 commit comments