Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Apr 20, 2023
1 parent ff3baf1 commit c8fb407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/range-v3/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cmake ^

cmake --build . --config Release

ctest --output-on-failure -j${CPU_COUNT} -V -C Release
ctest --output-on-failure -j%CPU_COUNT% -V -C Release

cmake --build . --config Release --target install

0 comments on commit c8fb407

Please sign in to comment.