We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de22c61 commit 00c61ffCopy full SHA for 00c61ff
asio/GNUmakefile
@@ -23,7 +23,8 @@ check:
23
24
test:
25
cmake --preset ci-${hostSystemName}
26
- DESTDIR=$(CURDIR)/stagedir cmake --build build --target install
+ cmake --build build
27
+ cmake --install build --prefix $(CURDIR)/stagedir
28
cmake -G Ninja -B build/tests -S src/tests -D CMAKE_PREFIX_PATH=$(CURDIR)/stagedir/usr/local
29
cmake --build build/tests
30
ctest --test-dir build/tests
0 commit comments