Skip to content
Snippets Groups Projects
Commit 395c631d authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v95r2p7g3

parent 05094d0d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ if(DEFINED ENV{G4_NATIVE_VERSION})
endif()
find_package(GaudiProject)
gaudi_project(Geant4 v95r2p7g2)
gaudi_project(Geant4 v95r2p7g3
DATA Geant4Files VERSION v95r*)
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX})
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../include ${CMAKE_INSTALL_PREFIX}/include)
......
project GEANT4
use GAUDI GAUDI_v25r2
use GAUDI GAUDI_v25r6
use PARAM
build_strategy with_installarea
setup_strategy root
# Special wrapper to load the declared version of the heptools toolchain.
set(heptools_version 68)
find_file(use_heptools_module UseHEPTools.cmake
HINTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# this check is needed because the toolchain seem to be called a second time
# without the proper cache
if(use_heptools_module)
include(${use_heptools_module})
use_heptools(${heptools_version})
endif()
include($ENV{LBUTILSROOT}/data/toolchain.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment