Update CMakeLists.txt

This commit is contained in:
Martin Kroeker 2023-05-15 14:51:53 +02:00 committed by GitHub
parent ba62544ad3
commit 0cf97e6727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ if (NOT NOFORTRAN)
if (NOT ONLY_CBLAS) if (NOT ONLY_CBLAS)
# Build test and ctest # Build test and ctest
add_subdirectory(test) add_subdirectory(test)
endif endif()
if (BUILD_TESTING) if (BUILD_TESTING)
add_subdirectory(lapack-netlib/TESTING) add_subdirectory(lapack-netlib/TESTING)
endif() endif()