From c5de7b3509c77b743453fea658c35cfda6346f29 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Fri, 16 Jun 2017 23:06:17 +0200
Subject: [PATCH] Update readme and update min requirement for ROOT

---
 CMakeLists.txt | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2096b2e1..32a8bd723 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL
 #
 # Include ROOT
 #
-find_package ( ROOT REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d RGL EG)
+find_package ( ROOT 6.08 REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d RGL EG)
 include(${ROOT_USE_FILE})
 message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" )
 #
diff --git a/README.md b/README.md
index 5d4206c90..6d1785220 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ system before building and running the examples
 
 - **Mandatory**
 
-  CMake (version 2.8 or higher), ROOT (version 5.30 or higher) and Boost installations are mandatory.
+  CMake (version 3.3 or higher), ROOT (version 6.08 or higher) and Boost (version 1.49 or higher) installations are mandatory.
 
 - **Optional**
 
-- 
GitLab