Use DLL runtime for gtest.

This commit is contained in:
Victor Zverovich
2014-05-01 20:06:19 -07:00
parent 7bde2b3c25
commit 79226fe703
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
option(
gtest_force_shared_crt
"Use shared (DLL) run-time lib even when Google Test is built as static lib."
OFF)
ON)
option(gtest_build_tests "Build all of gtest's own tests." OFF)