Skip to content

Commit

Permalink
Remove cmake version requirement as it gets checked in the parent file
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jul 27, 2023
1 parent ef3cb81 commit 3d4870f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/Ccache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Add "include(Ccache)" to CMakeLists.txt and enable
# using the option -D USE_CCACHE=ON

cmake_minimum_required(VERSION 3.4)


option(USE_CCACHE
"Use ccache (or clcache for MSVC) to compile C/C++ objects" OFF)
Expand Down

0 comments on commit 3d4870f

Please sign in to comment.