Update gtest tag. Fixed use of /MD in gtest

This commit is contained in:
Francesco Pretto 2020-04-12 11:45:47 +02:00
parent 944ef0561d
commit 2a7b536861
2 changed files with 3 additions and 1 deletions

View file

@ -37,6 +37,8 @@ if(UTF8_SAMPLES)
endif()
if(UTF8_TESTS)
# Tell gtest to use shared crt (option /MD)
set(gtest_force_shared_crt ON)
enable_testing()
add_subdirectory(extern/gtest)
add_subdirectory(tests)

2
extern/gtest vendored

@ -1 +1 @@
Subproject commit 2fe3bd994b3189899d93f1d5a881e725e046fdc2
Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e