Skip to content

Commit 00c61ff

Browse files
committed
Modernize GNUmakefile
1 parent de22c61 commit 00c61ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asio/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ check:
2323

2424
test:
2525
cmake --preset ci-${hostSystemName}
26-
DESTDIR=$(CURDIR)/stagedir cmake --build build --target install
26+
cmake --build build
27+
cmake --install build --prefix $(CURDIR)/stagedir
2728
cmake -G Ninja -B build/tests -S src/tests -D CMAKE_PREFIX_PATH=$(CURDIR)/stagedir/usr/local
2829
cmake --build build/tests
2930
ctest --test-dir build/tests

0 commit comments

Comments
 (0)