diff options
author | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:34:19 (GMT) |
---|---|---|
committer | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:34:19 (GMT) |
commit | f34cbefe5098ecd26e8b0161fa54e454d9367c02 (patch) | |
tree | c17332ebe7930ff4cc8d6ed0d90a6505b2474fee /googlemock | |
parent | 23a014ab578682ae11c3e68c77a1cde3b77f7a90 (diff) | |
parent | cb95f316c8f57b4baf483efe8304c135af8f8046 (diff) | |
download | googletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.zip googletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.tar.gz googletest-f34cbefe5098ecd26e8b0161fa54e454d9367c02.tar.bz2 |
Merge branch 'fix-top-level-license' of github.com:coryan/googletest into fix-top-level-licenserefs/pull/1354/head
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt index c474947..ead51bf 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() ######################################################################## |