Skip to content

Commit

Permalink
Bump the minimum CMake version (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 15, 2023
1 parent fafe8f6 commit 1ff4e36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# cmake file for building LCIO
# @author Frank Gaede, DESY
# @author Jan Engels, DESY
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 FATAL_ERROR )
CMAKE_MINIMUM_REQUIRED( VERSION 3.14 FATAL_ERROR )
########################################################



# project name
PROJECT( LCIO )
include(GNUInstallDirs)
Expand Down

0 comments on commit 1ff4e36

Please sign in to comment.