From fae1217fa447a77d3ec06f90773f37b3245fdc0d Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 12 Jan 2021 09:51:21 -0500 Subject: [PATCH] switched lapack target from triqs to nda --- fortran/dmftproj/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/dmftproj/CMakeLists.txt b/fortran/dmftproj/CMakeLists.txt index a3d627ef..0eddc064 100644 --- a/fortran/dmftproj/CMakeLists.txt +++ b/fortran/dmftproj/CMakeLists.txt @@ -6,7 +6,7 @@ set(SOURCES modules.f dmftproj.f readcomline.f set_ang_trans.f setsym.f # The main target and what to link with... add_executable(dmftproj ${SOURCES}) -target_link_libraries(dmftproj triqs::blas_lapack) +target_link_libraries(dmftproj nda::blas_lapack) # where to install install (TARGETS dmftproj DESTINATION bin)