diff options
author | Razzeee <razzeee@gmail.com> | 2016-05-19 09:45:26 +0200 |
---|---|---|
committer | Razzeee <razzeee@gmail.com> | 2016-05-19 09:45:26 +0200 |
commit | f2d37bf8e435bbe1ec19fd7233c955c8bddd0b56 (patch) | |
tree | d6619fabdc8580dec169535ae481889ce8b0ddce /lib | |
parent | f87887877251b3707601f2f4eeeed1e84513d46e (diff) | |
parent | 3988013c717c9d8465ff7de76d874fd00b0b113a (diff) |
Merge pull request #9810 from Paxxi/gtest
[win32][test] Fix linking of the test suite
Diffstat (limited to 'lib')
-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> |