Fix windows warning. (#332)

This commit is contained in:
Arthur Sonzogni
2022-02-13 10:51:47 +01:00
committed by GitHub
parent 8ba3698437
commit 62747a49b6
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
enable_testing()
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
set(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
option(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
include(FetchContent)
FetchContent_Declare(googletest