File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src
52
52
# dependencies automatically when using CMake 2.8.11 or
53
53
# later.
54
54
target_include_directories (gmock_main SYSTEM BEFORE INTERFACE
55
- "${gtest_SOURCE_DIR} /include"
56
- "${gmock_SOURCE_DIR} /include" )
55
+ "$<BUILD_INTERFACE: $ {gtest_SOURCE_DIR} /include> "
56
+ "$<BUILD_INTERFACE: $ {gmock_SOURCE_DIR} /include> " )
57
57
58
58
####################
59
59
# TESTING
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(googletest-download NONE)
5
5
include(ExternalProject)
6
6
ExternalProject_Add(googletest
7
7
GIT_REPOSITORY https://github.com/google/googletest.git
8
- GIT_TAG 8bc11c040a1dcbe50c340b21d78175d152dd3837
8
+ GIT_TAG release-1.8.1
9
9
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
10
10
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
11
11
CONFIGURE_COMMAND ""
You can’t perform that action at this time.
0 commit comments