3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-03 01:55:56 +01:00

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

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)