Skip to content
Snippets Groups Projects
InstallGeometry.cmake 479 B
Newer Older
set(GEOMETRY_VERSION 18342ac072afb0e0f9c86923bc24f628ec8eeaaf)
set(GEOMETRY_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_geometry.git")

download_project_if_needed(PROJECT         Geometry_source
                           GIT_REPOSITORY  ${GEOMETRY_SRC_URL}
                           GIT_TAG         ${GEOMETRY_VERSION}
                           SOURCE_DIR      ${CMAKE_SOURCE_DIR}/geometry
                           TEST_FILE       media.geo
                          )