From: Stephan Walter Date: Thu, 30 Mar 2023 17:56:59 +0000 (+0000) Subject: cmake : properly invoke CTest (#629) X-Git-Tag: gguf-v0.4.0~1049 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3bcc129ba881c99795e850b0a23707a4dfdabe9d;p=pkg%2Fggml%2Fsources%2Fllama.cpp cmake : properly invoke CTest (#629) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d7b0eba2..37f22700 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 ()