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