mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Sync the dftd4 workaround to package exporting (#5629)
This commit is contained in:
parent
9cbee8b47c
commit
be00458b03
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ if(NOT TARGET cp2k::cp2k)
|
|||
|
||||
set(CP2K_USE_DFTD4 @CP2K_USE_DFTD4@)
|
||||
if(CP2K_USE_DFTD4)
|
||||
find_dependency(mctc-lib REQUIRED) # workaround: find mctc-lib first
|
||||
find_dependency(dftd4 REQUIRED)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue