diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/CMakeLists.txt | 6 |
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 |