mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
Fix CMake config issue as behavior of finding pace changes (#5331)
This commit is contained in:
parent
d5c4d393fe
commit
8b3d8f24eb
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ if(NOT TARGET cp2k::cp2k)
|
|||
|
||||
if(@CP2K_USE_ACE@)
|
||||
set(CP2K_USE_ACE @CP2K_USE_ACE@)
|
||||
find_dependency(ACE REQUIRED)
|
||||
find_dependency(pace REQUIRED)
|
||||
endif()
|
||||
|
||||
if(@CP2K_USE_LIBSMEAGOL@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue