From 0cf97e67279dad0a1c8132bd0932ef1de0001876 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 15 May 2023 14:51:53 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f334f9ed2..cc964b76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -321,7 +321,7 @@ if (NOT NOFORTRAN) if (NOT ONLY_CBLAS) # Build test and ctest add_subdirectory(test) - endif + endif() if (BUILD_TESTING) add_subdirectory(lapack-netlib/TESTING) endif()