From c976d3ba67795b5d13a3ff82c7a08416776667f9 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 7 Sep 2023 18:45:46 +0200 Subject: [PATCH] remove glogtest --- CMakeLists.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5c1e5535..a804e44e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -615,18 +615,7 @@ if (NOT WITH_FUZZING STREQUAL "none") endif (NOT WITH_FUZZING STREQUAL "none") if (BUILD_TESTING) - add_library (glogtest STATIC - $ - ) - - target_include_directories (glogtest PUBLIC - $) - target_compile_definitions (glogtest PUBLIC - $ GLOG_STATIC_DEFINE) - target_link_libraries (glogtest PUBLIC - $) - - set (_GLOG_TEST_LIBS glogtest) + set (_GLOG_TEST_LIBS glog_internal $) if (HAVE_LIB_GTEST) list (APPEND _GLOG_TEST_LIBS GTest::gtest)