Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Setup.cmake 277 B
message(STATUS "Using helper repo at ${_collection} for CPM dependencies.")

foreach(dep cvode iphreeqc)
    set(CPM_${dep}_SOURCE ${_collection}/ufz/${dep})
endforeach()

foreach(dep xmlpatch exprtk xdmf)
    set(CPM_${dep}_SOURCE ${_collection}/ogs/libs/${dep})
endforeach()