Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 22, 2025
1 parent 213284e commit 4843968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ if (NOT BLAS_FOUND OR NOT LAPACK_FOUND)
GIT_REPOSITORY "https://github.com/Reference-LAPACK/lapack"
)
FetchContent_MakeAvailable(lapack)
set(BLAS_LIBRARIES blas)
set(LAPACK_LIBRARIES lapack)
endif()

print_all_variables()

# Source
add_subdirectory(src)
add_fortran_library(
Expand Down

0 comments on commit 4843968

Please sign in to comment.