Skip to content

Commit a4a083c

Browse files
SpaceImbaylesj
andauthored
remove ccache micro management (open-source-parsers#1448)
Co-authored-by: Jordan Bayles <[email protected]>
1 parent 62f7f3e commit a4a083c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CMakeLists.txt

-10
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ endif()
5454

5555
set(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-
6757
project(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

0 commit comments

Comments
 (0)