switched lapack target from triqs to nda

This commit is contained in:
Alexander Hampel 2021-01-12 09:51:21 -05:00 committed by Nils Wentzell
parent 3122ab2a83
commit fae1217fa4
1 changed files with 1 additions and 1 deletions

View File

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