Skip to content

Commit

Permalink
Enabled gmock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Jan 3, 2025
1 parent 772da1b commit 8f79247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thirdparty/gtest/build-gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include_guard(GLOBAL)
# Googletest automatically forces MT instead of MD if we do not set this option.
if(MSVC)
set(gtest_force_shared_crt ON CACHE BOOL "My option" FORCE)
set(BUILD_GMOCK OFF CACHE BOOL "My option" FORCE)
set(INSTALL_GTEST OFF CACHE BOOL "My option" FORCE)
endif()
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/googletest thirdparty/googletest EXCLUDE_FROM_ALL SYSTEM)
Expand Down

0 comments on commit 8f79247

Please sign in to comment.