Skip to content

plugins/elements/cmake.yaml: allow using ninja instead of make (#279)

Abderrahim Kitouni requested to merge abderrahimk/buildstream:cmake-ninja into master

It uses cmake --build instead of calling make/ninja manually, and should theoretically work with any cmake backend.

Fixes #279 (closed)

Edited by Abderrahim Kitouni

Merge request reports