Alternatively you can do:
cmake -Bbuild-cmake -H. cmake --build build-cmake
Which makes ./build-cmake/ninja.
Differential D98594
[clang/docs/LibASTMatchersTutorial.rst,clang/docs/HowToSetupToolingForLLVM.rst] ninja now uses `configure.py` rather than `bootstrap.py` SamuelMarks on Mar 13 2021, 6:40 PM. Authored by
Details
Alternatively you can do: cmake -Bbuild-cmake -H. cmake --build build-cmake Which makes ./build-cmake/ninja.
Diff Detail
Event TimelineComment Actions LG, use [Docs] as tag for the commit, it should not be verbose but helpful to determine if a commit is interesting. |