Fixing Glog to use Gtest built internally (#56)

[ROCm/rocprofiler-sdk commit: ad5f8d4c65]
Este commit está contenido en:
Ammar ELWazir
2023-09-14 10:28:37 -05:00
cometido por GitHub
padre 1f78151de7
commit 769e1de7ab
+1
Ver fichero
@@ -55,6 +55,7 @@ if(ROCPROFILER_BUILD_GLOG)
# May want to use GFLAGS in the future
set(WITH_GFLAGS OFF)
set(BUILD_SHARED_LIBS OFF)
set(WITH_GTEST OFF)
add_subdirectory(glog EXCLUDE_FROM_ALL)
target_link_libraries(rocprofiler-glog INTERFACE $<BUILD_INTERFACE:glog::glog>)