diff --git a/cmake/Ccache.cmake b/cmake/Ccache.cmake index da947c4a53..fc4bf8564c 100644 --- a/cmake/Ccache.cmake +++ b/cmake/Ccache.cmake @@ -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)