浏览代码

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.
PatTheMav 1 月之前
父节点
当前提交
cf5ef3e414
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      cmake/macos/resources/ccache-launcher-c.in
  2. 0 1
      cmake/macos/resources/ccache-launcher-cxx.in

+ 0 - 1
cmake/macos/resources/ccache-launcher-c.in

@@ -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

+ 0 - 1
cmake/macos/resources/ccache-launcher-cxx.in

@@ -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