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 06e6172 commit 0ece926Copy full SHA for 0ece926
.github/workflows/vs16-ci.yml
@@ -24,6 +24,6 @@ jobs:
24
ctest --output-on-failure &&
25
cmake --install . &&
26
cd ../tests/installation_tests/find &&
27
- mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX:PATH=../../../build/destination .. && cmake --verbose --build .
+ mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX:PATH=../../../build/destination .. && cmake --build . --verbose
28
cd ../../issue72_installation &&
29
0 commit comments