Skip to content
Snippets Groups Projects
Commit 0ff9778d authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Updated to use v10.5.1

parent a44b6e63
Branches
Tags
1 merge request!61Release of v106r2
......@@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
set(GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING "Repository for Geant4 sources")
find_package(GaudiProject)
gaudi_project(Geant4 v105r0
gaudi_project(Geant4 v105r1
DATA Geant4Files VERSION v105r0)
# FIXME: hack for compatibility with CMT build
......
......@@ -30,7 +30,7 @@ if (NOT GEANT4_TAG)
elseif(CMAKE_PROJECT_VERSION STREQUAL "HEAD")
# Special mapping of version HEAD
# WARNING this must be kept up to date manually
set(GEANT4_TAG "lhcb/v10.5.0-branch")
set(GEANT4_TAG "lhcb/v10.5.1-branch")
else()
set(GEANT4_TAG lhcb/${CMAKE_PROJECT_VERSION})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment