Skip to content

Commit

Permalink
cmake: Bump tested upper version to 3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Nov 20, 2024
1 parent 29a6d05 commit ed13a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (C) 2018-2023 Alexander Saprykin <[email protected]>
# Copyright (C) 2018-2024 Alexander Saprykin <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand All @@ -24,7 +24,7 @@

set (CMAKE_LEGACY_CYGWIN_WIN32 0)

cmake_minimum_required (VERSION 2.8.0...3.25.1)
cmake_minimum_required (VERSION 2.8.0...3.31.0)
project (plibsys C)

# Introduced in CMake 3.3, may produce warnings with CMake < 3.12
Expand Down

0 comments on commit ed13a01

Please sign in to comment.