Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 0511613

Browse files
Merge pull request #104 from NilFoundation/cleanup-ccache
remove ccache
2 parents 4e86f10 + 440f303 commit 0511613

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ include(CMSetupVersion)
3434
option(BUILD_TESTS "Build unit tests" TRUE)
3535
option(BUILD_WITH_NO_WARNINGS "Build threading warnings as errors" FALSE)
3636

37-
if((UNIX) AND (NOT CC_NO_CCACHE))
38-
find_program(CCACHE_FOUND ccache)
39-
if(CCACHE_FOUND)
40-
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
41-
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
42-
endif(CCACHE_FOUND)
43-
endif()
44-
4537
list(APPEND ${CURRENT_PROJECT_NAME}_PUBLIC_HEADERS
4638
include/nil/network/marshalling/version.hpp)
4739

0 commit comments

Comments
 (0)