From 050dbbe07d1cd75981584f07ae13b79705ae1a5f Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Fri, 30 Oct 2015 17:34:11 +0100 Subject: [PATCH] do not use Ninja to buid Geant4 (not working) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 199e752..d54ae44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) +# NO_NINJA : Geant4 build fails with Ninja + find_package(GaudiProject) gaudi_project(Geant4 v96r4p3 DATA Geant4Files VERSION v96r*) -- GitLab