diff --git a/Makefile b/Makefile index 0406c4d0..c85f5a71 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ run-tests: $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/virtual/boards.txt bu @: # blah build-gtest-gmock: - (cd testing/googletest && cmake .) + (cd testing/googletest && cmake -H. -Bbuild -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) .) $(MAKE) -C testing/googletest adjust-git-timestamps: