cmake : properly invoke CTest (#629)

pull/632/head master-3bcc129
Stephan Walter 1 year ago committed by GitHub
parent a4755cf288
commit 3bcc129ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -253,7 +253,7 @@ endif()
#
if (LLAMA_BUILD_TESTS AND NOT CMAKE_JS_VERSION)
enable_testing()
include(CTest)
add_subdirectory(tests)
endif ()

Loading…
Cancel
Save