Skip to content

Commit

Permalink
Merge pull request #27 from key4hep/cmake-version
Browse files Browse the repository at this point in the history
Require a lower version of cmake since we don't use features from v3.27
  • Loading branch information
apricePhy authored Jan 13, 2025
2 parents 431581b + e3a304d commit 8a6fbd4
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.25)

project(k4GeneratorsConfig)

Expand Down

0 comments on commit 8a6fbd4

Please sign in to comment.