diff --git a/CMakeLists.txt b/CMakeLists.txt index e41a4ce..a561b64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,12 +83,8 @@ if(MERVE_TESTING OR MERVE_BENCHMARKS) endif() if (MERVE_TESTING AND NOT EMSCRIPTEN) - if(Git_FOUND) message(STATUS "The tests are enabled.") add_subdirectory(tests) - else() - message(STATUS "The tests are disabled because git was not found.") - endif() else() if(is_top_project) message(STATUS "The tests are disabled.")