Skip to content

Commit

Permalink
Update the ROOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 30, 2024
1 parent 98f2b42 commit 68a3c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ if(ENABLE_DATASOURCE)
list(APPEND root_components_needed ROOTDataFrame)
endif()
find_package(ROOT 6.28.04 REQUIRED COMPONENTS ${root_components_needed})
if((ENABLE_RNTUPLE) AND (${ROOT_VERSION} VERSION_LESS 6.28.02))
message(FATAL_ERROR "You are trying to build podio with support for the new ROOT NTuple format, but your ROOT version is too old. Please update ROOT to at least version 6.28.02")
endif()

# ROOT_CXX_STANDARD was introduced in https://github.com/root-project/root/pull/6466
# before that it's an empty variable so we check if it's any number > 0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ use a recent LCG or Key4hep stack release.

On Mac OS or Ubuntu, you need to install the following software.

### ROOT 6.08.06
### ROOT 6.28.04

Install ROOT 6.08.06 (or later) and set up your ROOT environment:
Install ROOT 6.28.04 (or later) and set up your ROOT environment:

source <root_path>/bin/thisroot.sh

Expand Down

0 comments on commit 68a3c81

Please sign in to comment.