diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-12-11 13:13:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 13:13:07 -0500 |
| commit | cb95f316c8f57b4baf483efe8304c135af8f8046 (patch) | |
| tree | 43085885a9bc94076643416ccdd1f5f4e41ceb74 /googlemock | |
| parent | c82cd5e41e3755fc9ed65912ca3acaae69921dbb (diff) | |
| parent | 0fe96607d85cf3a25ac40da369db62bbee2939a5 (diff) | |
| download | googletest-cb95f316c8f57b4baf483efe8304c135af8f8046.tar.gz googletest-cb95f316c8f57b4baf483efe8304c135af8f8046.tar.bz2 googletest-cb95f316c8f57b4baf483efe8304c135af8f8046.zip | |
Merge branch 'master' into fix-top-level-license
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 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() ######################################################################## |
