removing ccache from cmake

This commit is contained in:
James Connolly 2020-01-09 12:11:26 -06:00
parent 6bc55ec35d
commit 032e3e1a13

View File

@ -186,12 +186,6 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
endif()
endif()
find_program(CCACHE_FOUND ccache)
if(CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif(CCACHE_FOUND)
if(JSONCPP_WITH_WARNING_AS_ERROR)
UseCompilationWarningAsError()
endif()