Skip to content
Snippets Groups Projects
Commit c5de7b35 authored by Marko Petric's avatar Marko Petric
Browse files

Update readme and update min requirement for ROOT

parent eb4a6746
No related branches found
No related tags found
No related merge requests found
......@@ -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}" )
#
......
......@@ -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**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment