From f0ea8151bd2ffadeeb3fc14fd2a02335184dc6e9 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Fri, 9 Aug 2019 16:05:16 +0800 Subject: [PATCH] WIP: rename. --- Examples/options/{tut_detsim.py => vis.mac} | 0 Simulation/DetSimCore/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Examples/options/{tut_detsim.py => vis.mac} (100%) diff --git a/Examples/options/tut_detsim.py b/Examples/options/vis.mac similarity index 100% rename from Examples/options/tut_detsim.py rename to Examples/options/vis.mac diff --git a/Simulation/DetSimCore/CMakeLists.txt b/Simulation/DetSimCore/CMakeLists.txt index 2b292797..e6dd0669 100644 --- a/Simulation/DetSimCore/CMakeLists.txt +++ b/Simulation/DetSimCore/CMakeLists.txt @@ -5,7 +5,7 @@ gaudi_depends_on_subdirs( Simulation/DetSimInterface ) -find_package(Geant4) +find_package(Geant4 REQUIRED ui_all vis_all) include(${Geant4_USE_FILE}) set(DetSimCore_srcs -- GitLab