From 3e98f660ead42179e5655f14e3065340aaa6a849 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 9 Apr 2022 19:22:14 +0200 Subject: [PATCH] Fix indentation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24adfc1f6..00a5980af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,7 +178,7 @@ endforeach () # Can't just use lapack-netlib's CMake files, since they are set up to search for BLAS, build and install a binary. We just want to build a couple of lib files out of lapack and lapacke. # Not using add_subdirectory here because lapack-netlib already has its own CMakeLists.txt. Instead include a cmake script with the sources we want. if (NOT NO_LAPACK) - include("${PROJECT_SOURCE_DIR}/cmake/lapack.cmake") + include("${PROJECT_SOURCE_DIR}/cmake/lapack.cmake") if (NOT NO_LAPACKE) include("${PROJECT_SOURCE_DIR}/cmake/lapacke.cmake") endif ()