Skip to content

Commit

Permalink
Merge pull request #335 from rest-for-physics/jgalan_cmake_minimum_root
Browse files Browse the repository at this point in the history
CMakeLists.txt requiring minimum ROOT version 6.24
  • Loading branch information
jgalan authored Nov 25, 2022
2 parents 827b2a9 + 67deba5 commit 9bddfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${DECAY_PATH}/cmake ${CM
set(CMAKE_MACOSX_RPATH 1)

##### ROOT libs and includes #####
find_package(ROOT REQUIRED)
find_package(ROOT 6.24 REQUIRED)
set(ROOT_REQUIRED_LIBRARIES Core RIO Geom Gdml Minuit Spectrum XMLIO)

# Auto schema evolution for ROOT
Expand Down

0 comments on commit 9bddfa9

Please sign in to comment.