diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index de073ad370783aa0a27e3b986683a41f401f3597..1f48add0a90d0fbc48645b4bbbb44bae3043383d 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -17,6 +17,7 @@ if(MSVC)
     set_target_properties(logog PROPERTIES COMPILE_FLAGS /W0)
 endif()
 
+set(gtest_force_shared_crt ON CACHE INTERNAL "") # Use dynamic MSVC runtime
 add_subdirectory(googletest)
 
 # This is a workaround for Travis builds.