enable cccache for cmake

pull/1147/head
Jesse Vincent 3 years ago
parent 784dd83167
commit 968f2cbb1a
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -86,7 +86,9 @@ ${top_dir}/testing/googletest/build/Makefile:
-S ${top_dir}/testing/googletest \ -S ${top_dir}/testing/googletest \
-B ${top_dir}/testing/googletest/build \ -B ${top_dir}/testing/googletest/build \
-DCMAKE_C_COMPILER=$(call _arduino_prop,compiler.path)$(call _arduino_prop,compiler.c.cmd) \ -DCMAKE_C_COMPILER=$(call _arduino_prop,compiler.path)$(call _arduino_prop,compiler.c.cmd) \
-DCMAKE_CXX_COMPILER=$(call _arduino_prop,compiler.path)$(call _arduino_prop,compiler.cpp.cmd) -DCMAKE_CXX_COMPILER=$(call _arduino_prop,compiler.path)$(call _arduino_prop,compiler.cpp.cmd) \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
${libcommon_a}: ${libcommon_a}:
$(QUIET) ${MAKE} -f ${top_dir}/testing/makefiles/libcommon.mk -C ${top_dir}/testing $(QUIET) ${MAKE} -f ${top_dir}/testing/makefiles/libcommon.mk -C ${top_dir}/testing

Loading…
Cancel
Save