improve 'deprecated' makefiles

This commit is contained in:
Laurent Perron
2022-12-28 11:14:34 +01:00
parent fc243a32b7
commit 9524b7d4b9
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ build: $(SOURCE) examples/$(SOURCE_NAME)/CMakeLists.txt
cmake \
-S. -Bbuild \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCMAKE_PREFIX_PATH=$(shell pwd)
-DCMAKE_PREFIX_PATH=$(CURDIR)
cd examples$S$(SOURCE_NAME) && \
cmake \
--build build \