cmake update

This commit is contained in:
Markus F.X.J. Oberhumer
2023-12-19 16:11:23 +01:00
parent b0dbc3fe39
commit 3326c86e91
7 changed files with 104 additions and 98 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ endif
CTEST = ctest
test:: $(.DEFAULT_GOAL) PHONY
cd $(.DEFAULT_GOAL) && $(CTEST)
ifneq ($(wildcard /usr/bin/env),) # needs bash, perl, xargs, etc.
ifneq ($(wildcard /usr/bin/env),) # needs Unix utils like bash, perl, sed, xargs, etc.
check-whitespace clang-format run-testsuite run-testsuite-debug run-testsuite-release: src/Makefile PHONY
$(MAKE) -C src $@
endif