summaryrefslogtreecommitdiff
path: root/scripts/ci/ccache-cxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/ccache-cxx.in')
-rw-r--r--scripts/ci/ccache-cxx.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/ci/ccache-cxx.in b/scripts/ci/ccache-cxx.in
deleted file mode 100644
index 81831ad4dc..0000000000
--- a/scripts/ci/ccache-cxx.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Xcode generator doesn't include the compiler as the
-# first argument, Ninja and Makefiles do. Handle both cases.
-if [[ "$1" = "${CMAKE_CXX_COMPILER}" ]] ; then
- shift
-fi
-
-exec "${CXX_LAUNCHER}" "${CMAKE_CXX_COMPILER}" "$@"