Skip to content

Commit

Permalink
Increment cmake_minimum_required from 3.5 to 3.10 to fix CMake Deprec…
Browse files Browse the repository at this point in the history
…ation Error in GitHub Actions build
  • Loading branch information
NeilJustice committed Nov 21, 2024
1 parent bdb7087 commit f7cbb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5)
cmake_minimum_required(VERSION 3.10)
project(FileArb)
include(${CMAKE_SOURCE_DIR}/CMakeMacros.cmake)

Expand Down
2 changes: 1 addition & 1 deletion FileArb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
project(FileArb)
include(${CMAKE_SOURCE_DIR}/CMakeMacros.cmake)

Expand Down

0 comments on commit f7cbb16

Please sign in to comment.