From 2a345d0191113f26286d8ca6e769db7d2e6933dc Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Mon, 5 Dec 2016 18:23:21 +0100
Subject: [PATCH] Remove minimum required cmake version from DD4hepBuild, this
 interferes with other packages depending on DD4hep

---
 cmake/DD4hepBuild.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/DD4hepBuild.cmake b/cmake/DD4hepBuild.cmake
index 0b1ff6a39..06248edec 100644
--- a/cmake/DD4hepBuild.cmake
+++ b/cmake/DD4hepBuild.cmake
@@ -9,7 +9,7 @@
 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
 #
 #=================================================================================
-cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
+
 ###set(DD4HEP_DEBUG_CMAKE 1)
 message ( STATUS "INCLUDING DD4hepBuild.... c++11:${DD4HEP_USE_CXX11} c++14:${DD4HEP_USE_CXX14}" )
 
-- 
GitLab