diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2016-05-14 15:08:24 +0200 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2016-05-14 15:10:02 +0200 |
commit | 3988013c717c9d8465ff7de76d874fd00b0b113a (patch) | |
tree | e81964ad8c92b5d6ab8a0da8aff2d702bc52e6ed /lib/gtest | |
parent | 96c4c5d5e334d17824a030724bef95f225e5bc59 (diff) |
Fix linking of the test suite
Diffstat (limited to 'lib/gtest')
-rw-r--r-- | lib/gtest/msvc/gtest.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gtest/msvc/gtest.vcxproj b/lib/gtest/msvc/gtest.vcxproj index bd245b5e7b..cdde777f23 100644 --- a/lib/gtest/msvc/gtest.vcxproj +++ b/lib/gtest/msvc/gtest.vcxproj @@ -55,6 +55,7 @@ <PreprocessorDefinitions>_LIB;NOMINMAX;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader> </PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> </ClCompile> <Lib> <OutputFile>$(TargetPath)</OutputFile> |