diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index d7b0eba..37f2270 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 () | 
