mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Sync CMake configuration to cp2kConfig.cmake (#5458)
This commit is contained in:
parent
a0c7eec525
commit
6ab90febad
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ if(NOT TARGET cp2k::cp2k)
|
|||
|
||||
set(CP2K_USE_LIBFCI @CP2K_USE_LIBFCI@)
|
||||
if(CP2K_USE_LIBFCI)
|
||||
find_dependency(LibFCI REQUIRED)
|
||||
find_dependency(libfci REQUIRED)
|
||||
endif()
|
||||
|
||||
set(CP2K_USE_SPGLIB @CP2K_USE_SPGLIB@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue