Skip to content
Snippets Groups Projects

[Futurev4] fix failing tests

Merged Michal Mazurek requested to merge Futurev3_fix_failing_tests into Futurev4
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ endif()
# Define EvtGen external project
include(ExternalProject)
set(EVTGEN_GIT_SOURCE "https://phab.hepforge.org/source/evtgen.git" CACHE STRING "URL of the EvtGen git repository")
set(EVTGEN_GIT_SOURCE "https://gitlab.cern.ch/evtgen/evtgen.git" CACHE STRING "URL of the EvtGen git repository")
set(EVTGEN_GIT_TAG "R02-00-00" CACHE STRING "Tag of EvtGen to be used")
message(STATUS "EvtGen will use tag \"${EVTGEN_GIT_TAG}\" from repository ${EVTGEN_GIT_SOURCE}")
Loading