diff --git a/docs/AdvancedBuilds.rst b/docs/AdvancedBuilds.rst index 695dcfb62a1..1781726741f 100644 --- a/docs/AdvancedBuilds.rst +++ b/docs/AdvancedBuilds.rst @@ -186,8 +186,6 @@ following commands: .. code-block:: console $ cmake -G Ninja -C /cmake/caches/3-stage.cmake - $ ninja stage3 + $ cmake --build . --target stage3 --parallel -After the build you can compare the stage2 & stage3 compilers. We have a bot -setup `here `_ that runs -this build and compare configuration. +After the build you can compare the stage2 & stage3 compilers.