aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@google.com>2017-12-11 19:34:19 -0500
committerCarlos O'Ryan <coryan@google.com>2017-12-11 19:34:19 -0500
commitf34cbefe5098ecd26e8b0161fa54e454d9367c02 (patch)
treec17332ebe7930ff4cc8d6ed0d90a6505b2474fee /googlemock
parent23a014ab578682ae11c3e68c77a1cde3b77f7a90 (diff)
parentcb95f316c8f57b4baf483efe8304c135af8f8046 (diff)
downloadgoogletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.tar.gz
googletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.tar.bz2
googletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.zip
Merge branch 'fix-top-level-license' of github.com:coryan/googletest into fix-top-level-license
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt
index c474947e..ead51bf3 100644
--- a/googlemock/CMakeLists.txt
+++ b/googlemock/CMakeLists.txt
@@ -103,8 +103,8 @@ cxx_library(gmock_main
# to the targets for when we are part of a parent build (ie being pulled
# in via add_subdirectory() rather than being a standalone build).
if (DEFINED CMAKE_VERSION AND NOT "${CMAKE_VERSION}" VERSION_LESS "2.8.11")
- target_include_directories(gmock INTERFACE "${gmock_SOURCE_DIR}/include")
- target_include_directories(gmock_main INTERFACE "${gmock_SOURCE_DIR}/include")
+ target_include_directories(gmock SYSTEM INTERFACE "${gmock_SOURCE_DIR}/include")
+ target_include_directories(gmock_main SYSTEM INTERFACE "${gmock_SOURCE_DIR}/include")
endif()
########################################################################