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.
This commit is contained in:
PatTheMav
2025-09-19 02:28:30 +02:00
committed by Ryan Foster
parent efca325c2c
commit cf5ef3e414
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ if [[ "$1" == "${CMAKE_C_COMPILER}" ]] ; then
shift
fi
export CCACHE_CPP2=true
export CCACHE_DEPEND=true
export CCACHE_DIRECT=true
export CCACHE_FILECLONE=true

View File

@@ -4,7 +4,6 @@ if [[ "$1" == "${CMAKE_CXX_COMPILER}" ]] ; then
shift
fi
export CCACHE_CPP2=true
export CCACHE_DEPEND=true
export CCACHE_DIRECT=true
export CCACHE_FILECLONE=true