File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,6 @@ endif()
54
54
55
55
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
56
56
57
- # ---------------------------------------------------------------------------
58
- # use ccache if found, has to be done before project()
59
- # ---------------------------------------------------------------------------
60
- find_program (CCACHE_EXECUTABLE "ccache" HINTS /usr/local/bin /opt/local/bin)
61
- if (CCACHE_EXECUTABLE)
62
- message (STATUS "use ccache" )
63
- set (CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_EXECUTABLE} " CACHE PATH "ccache" FORCE)
64
- set (CMAKE_C_COMPILER_LAUNCHER "${CCACHE_EXECUTABLE} " CACHE PATH "ccache" FORCE)
65
- endif ()
66
-
67
57
project (jsoncpp
68
58
# Note: version must be updated in three places when doing a release. This
69
59
# annoying process ensures that amalgamate, CMake, and meson all report the
You can’t perform that action at this time.
0 commit comments