File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,6 @@ endif()
5454
5555set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
5656
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-
6757project (jsoncpp
6858 # Note: version must be updated in three places when doing a release. This
6959 # annoying process ensures that amalgamate, CMake, and meson all report the
You can’t perform that action at this time.
0 commit comments