Skip to content

Commit

Permalink
Bump minimum CMake version to 3.10
Browse files Browse the repository at this point in the history
Just to fix "Compatibility with CMake < 3.10 will be removed from a future version of CMake." warning.
  • Loading branch information
JNechaevsky committed Nov 14, 2024
1 parent 74e7b73 commit 56f5b64
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,6 +1,6 @@
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.10)
project("Inter" VERSION 8.1.0 LANGUAGES C)

# Autotools variables
Expand Down

0 comments on commit 56f5b64

Please sign in to comment.