summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_sccache.cmake
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/configure_sccache.cmake')
-rw-r--r--.gitlab/ci/configure_sccache.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_sccache.cmake b/.gitlab/ci/configure_sccache.cmake
new file mode 100644
index 0000000..261bb28
--- /dev/null
+++ b/.gitlab/ci/configure_sccache.cmake
@@ -0,0 +1,2 @@
+set(CMAKE_C_COMPILER_LAUNCHER "sccache" CACHE STRING "")
+set(CMAKE_CXX_COMPILER_LAUNCHER "sccache" CACHE STRING "")