Skip to content

Commit

Permalink
Merge pull request #3979 from rouault/ccache_warning
Browse files Browse the repository at this point in the history
cmake/Ccache.cmake: raise cmake_minimum_required() as newer CMake versions warn that support for CMake < 3.5 is going to be dropped at some later point
  • Loading branch information
rouault authored Dec 8, 2023
2 parents f6f763f + 3892260 commit 657c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Ccache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Add "include(Ccache)" to CMakeLists.txt and enable
# using the option -D USE_CCACHE=ON

cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.9)


option(USE_CCACHE
Expand Down

0 comments on commit 657c69c

Please sign in to comment.