Skip to content

Commit

Permalink
fix: remove add_subdirectory(googletest)
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Jul 29, 2024
1 parent 256cb1e commit ee623e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit ee623e4

Please sign in to comment.