Skip to content

Commit

Permalink
[CMake] Update CMake minimum requirement and supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Aug 20, 2024
1 parent 44f4cc1 commit 7c51f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#-------------------------------------------------------------------------------
# Project description
#-------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.16...3.25)
cmake_minimum_required(VERSION 3.16...3.30 FATAL_ERROR)

project( XRootD )

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16...3.25)
cmake_minimum_required(VERSION 3.16...3.30 FATAL_ERROR)

project(PyXRootD LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion test.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.16...3.30 FATAL_ERROR)

set(ENV{LANG} "C")
set(ENV{LC_ALL} "C")
Expand Down

0 comments on commit 7c51f3a

Please sign in to comment.