Skip to content

Commit

Permalink
Merge pull request #1844 from matlo607/fix-msys-build-gmock-matchers_…
Browse files Browse the repository at this point in the history
…test

[msys] pass big object file option to assembler for target gmock-matchers_test
  • Loading branch information
gennadiycivil committed Sep 20, 2018
2 parents 4f55245 + 0a18c10 commit 09560fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions googlemock/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 09560fb

Please sign in to comment.