From 44aea7752b2327d5953cc31f9bb6f0fe5214a5fe Mon Sep 17 00:00:00 2001 From: Stephan Walter Date: Thu, 30 Mar 2023 19:06:54 +0200 Subject: [PATCH] Properly invoke CTest --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7b0eba29..37f22700b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,7 +253,7 @@ endif() # if (LLAMA_BUILD_TESTS AND NOT CMAKE_JS_VERSION) - enable_testing() + include(CTest) add_subdirectory(tests) endif ()