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()