aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 17:06:29 +0000
committersaturneric <[email protected]>2024-07-29 17:06:29 +0000
commitee623e45f81210df4a01fbb6aa4de6c97e323ee2 (patch)
treebadd9d4207770172a3a4597a252dfc0d1faf994b /third_party
parentfix: need build google test separately as well (diff)
downloadGpgFrontend-ee623e45f81210df4a01fbb6aa4de6c97e323ee2.tar.gz
GpgFrontend-ee623e45f81210df4a01fbb6aa4de6c97e323ee2.zip
fix: remove add_subdirectory(googletest)
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index d830b446..3139ce66 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -28,10 +28,4 @@ if(ENABLE_ASAN AND NOT APPLE AND ${CMAKE_BUILD_TYPE} STREQUAL "Debug")
# set(MI_TRACK_VALGRIND ON)
set(MI_TRACK_ASAN ON)
add_subdirectory(mimalloc EXCLUDE_FROM_ALL)
-endif()
-
-# full sdk build on windows will use system installed gtest
-if(NOT STABLE_BUILD_FULL_SDK AND NOT MINGW)
- set(INSTALL_GTEST OFF)
- add_subdirectory(googletest EXCLUDE_FROM_ALL)
endif() \ No newline at end of file