mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
Fix library name
This commit is contained in:
parent
710be7e663
commit
e749b09f73
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ cp2k_include_dirs(
|
|||
cp2k_find_libraries(ACE "pace")
|
||||
cp2k_find_libraries(ACE_YAML "yaml-cpp-pace")
|
||||
if(NOT CP2K_ACE_YAML_FOUND)
|
||||
cp2k_find_libraries(ACE_YAML "yaml")
|
||||
cp2k_find_libraries(ACE_YAML "yaml-cpp")
|
||||
endif()
|
||||
cp2k_find_libraries(ACE_CNPY "cnpy")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue