1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Make building the tests optional.

Make gtest build with shared crt by defaul. It would be better to do this in one of our own CMakeLists instead of google's but I couldn't figure out how.
This commit is contained in:
Anne Marije v/d Meer
2014-01-12 18:16:29 +01:00
parent 7bde88a635
commit 19297f1944
2 changed files with 9 additions and 2 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)