From 0225bc85f2d64cd8c8dbe24bfc7a05a88deb80e5 Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Wed, 9 Sep 2015 17:35:57 +0200 Subject: [PATCH] v96r4p0g1 --- CMakeLists.txt | 2 +- cmt/project.cmt | 2 +- toolchain.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e7406e..ec0f74f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(DEFINED ENV{G4_NATIVE_VERSION}) endif() find_package(GaudiProject) -gaudi_project(Geant4 v96r4 +gaudi_project(Geant4 v96r4p0g1 DATA Geant4Files VERSION v96r*) # FIXME: hack for compatibility with CMT build diff --git a/cmt/project.cmt b/cmt/project.cmt index 229c7cd..2874c13 100755 --- a/cmt/project.cmt +++ b/cmt/project.cmt @@ -1,6 +1,6 @@ project GEANT4 -use GAUDI GAUDI_v25r6 +use GAUDI GAUDI_v25r6p1 use PARAM build_strategy with_installarea diff --git a/toolchain.cmake b/toolchain.cmake index 0cc5838..9ac10a7 100644 --- a/toolchain.cmake +++ b/toolchain.cmake @@ -1,5 +1,5 @@ # Special wrapper to load the declared version of the heptools toolchain. -set(heptools_version 71) +set(heptools_version 71root6) find_file(use_heptools_module UseHEPTools.cmake HINTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -- GitLab