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:
parent
3122ab2a83
commit
fae1217fa4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user