diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b822ca62c..92f112d67c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)