CMake: fix warning
This commit is contained in:
parent
03071c0c5c
commit
d007711eb6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue