mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
CMake: fix warning
This commit is contained in:
@ -915,7 +915,7 @@ else()
|
||||
message("Using static gtest from Externals")
|
||||
include_directories(Externals/gtest/include)
|
||||
add_subdirectory(Externals/gtest)
|
||||
endif(GTEST_FOUND)
|
||||
endif()
|
||||
|
||||
enable_testing()
|
||||
add_custom_target(unittests)
|
||||
|
Reference in New Issue
Block a user