Commit 2a7077fa authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

one more fix

parent b929d557
...@@ -255,7 +255,7 @@ if (gtest_build_tests) ...@@ -255,7 +255,7 @@ if (gtest_build_tests)
# Visual Studio .NET 2003 does not support STL with exceptions disabled. # Visual Studio .NET 2003 does not support STL with exceptions disabled.
if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003
cxx_executable_with_flags( cxx_executable_with_flags(
gtest_catch_exceptions_no_ex_test_ googletest-catch-exceptions-no-ex-test_
"${cxx_no_exception}" "${cxx_no_exception}"
gtest_main_no_exception gtest_main_no_exception
test/googletest-catch-exceptions-test_.cc) test/googletest-catch-exceptions-test_.cc)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment