Skip to content

Commit cf5ef3e

Browse files
PatTheMavRytoEX
authored andcommitted
cmake: Remove Ccache option to enforce second preprocessor call
Feature was removed in Ccache 4.12, which is provided by Homebrew by default since 2025-10-19.
1 parent efca325 commit cf5ef3e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmake/macos/resources/ccache-launcher-c.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if [[ "$1" == "${CMAKE_C_COMPILER}" ]] ; then
44
shift
55
fi
66

7-
export CCACHE_CPP2=true
87
export CCACHE_DEPEND=true
98
export CCACHE_DIRECT=true
109
export CCACHE_FILECLONE=true

cmake/macos/resources/ccache-launcher-cxx.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if [[ "$1" == "${CMAKE_CXX_COMPILER}" ]] ; then
44
shift
55
fi
66

7-
export CCACHE_CPP2=true
87
export CCACHE_DEPEND=true
98
export CCACHE_DIRECT=true
109
export CCACHE_FILECLONE=true

0 commit comments

Comments
 (0)