CMake: gtest already propagates include directories
This commit is contained in:
parent
9ac94d0135
commit
cd7af32e0b
|
@ -835,7 +835,6 @@ include_directories("${PROJECT_BINARY_DIR}/Source/Core")
|
||||||
# Unit testing.
|
# Unit testing.
|
||||||
#
|
#
|
||||||
message(STATUS "Using static gtest from Externals")
|
message(STATUS "Using static gtest from Externals")
|
||||||
include_directories(Externals/gtest/include)
|
|
||||||
add_subdirectory(Externals/gtest EXCLUDE_FROM_ALL)
|
add_subdirectory(Externals/gtest EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
Loading…
Reference in New Issue