Fix CMake config issue as behavior of finding pace changes (#5331)

This commit is contained in:
SY Wang 2026-06-01 18:37:45 +08:00 committed by GitHub
parent d5c4d393fe
commit 8b3d8f24eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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