aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-20 14:30:26 -0400
committerGitHub <noreply@github.com>2018-09-20 14:30:26 -0400
commit90943525c5d1fa4362cbc5c4b313dab761c02295 (patch)
treeffef3579c23a986ad65dab298550d62e6302cd00 /googlemock
parent149c0d24148da9a339d6c9d03e638a39c59731f6 (diff)
parent258def01a68e3a4d080fee6d4502035218e61e38 (diff)
downloadgoogletest-90943525c5d1fa4362cbc5c4b313dab761c02295.tar.gz
googletest-90943525c5d1fa4362cbc5c4b313dab761c02295.tar.bz2
googletest-90943525c5d1fa4362cbc5c4b313dab761c02295.zip
Merge branch 'master' into python3-tests
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt
index 8a8de1f6..2a913080 100644
--- a/googlemock/CMakeLists.txt
+++ b/googlemock/CMakeLists.txt
@@ -157,6 +157,9 @@ if (gmock_build_tests)
cxx_test(gmock-generated-matchers_test gmock_main)
cxx_test(gmock-internal-utils_test gmock_main)
cxx_test(gmock-matchers_test gmock_main)
+ if (MINGW)
+ target_compile_options(gmock-matchers_test PRIVATE "-Wa,-mbig-obj")
+ endif()
cxx_test(gmock-more-actions_test gmock_main)
cxx_test(gmock-nice-strict_test gmock_main)
cxx_test(gmock-port_test gmock_main)