-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Description
git tag: release-1.8.0
configure: cmake 3.10.0
generator: Visual studio 15 2017 Win64
Scenario 1 (gmock)
- BUILD_GMOCK:BOOL=ON
- BUILD_GTEST:BOOL=ON
Errors:
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googlemock\gmock.vcxproj]
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googlemock\gmock_main.vcxproj]
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googletest\gtest.vcxproj]
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googletest\gtest_main.vcxproj]
Scenario 2 (gtest & gtestmain)
- BUILD_GMOCK:BOOL=OFF
- BUILD_GTEST:BOOL=ON
Errors:
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googletest\gtest.vcxproj]
googletest\include\gtest/internal/gtest-port.h(996): error C2220: warning treated as error - no 'object' file generated [build\googletest\gtest_main.vcxproj]
coder0xff, FlorianWolters, elhigu, ribtoks, cogle and 3 more
Metadata
Metadata
Assignees
Labels
No labels