mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
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.
|
||||
#
|
||||
message(STATUS "Using static gtest from Externals")
|
||||
include_directories(Externals/gtest/include)
|
||||
add_subdirectory(Externals/gtest EXCLUDE_FROM_ALL)
|
||||
|
||||
enable_testing()
|
||||
|
Loading…
x
Reference in New Issue
Block a user