Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if(SIMPLEINI_USE_SYSTEM_GTEST)
find_package(GTest REQUIRED)
else()
include(FetchContent)
# do not install GoogleTest
set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
# Force GoogleTest to use the same runtime library as our tests (MSVC)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_Declare(
Expand Down