[CMake] New version forces rebuild all?

Eric Noulard eric.noulard at gmail.com
Tue Dec 4 06:01:30 EST 2018


Le mar. 4 déc. 2018 à 11:44, Andy <borucki.andrzej at gmail.com> a écrit :

> Problem are still.
> Alone make also give me problems.
>

Do you have stripped down project example?


> Ninja is replacement od cmake or make?
>

ninja (https://ninja-build.org/) is make replacement for which there is a
CMake generator.
https://cmake.org/cmake/help/v3.13/generator/Ninja.html


> How work with ninja?
>

1) install ninja (on debian the package is called ninja-build)
2) cmake -G Ninja
3) ninja

this would rule out generator specific issue.
-- 
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20181204/084ef7fb/attachment.html>


More information about the CMake mailing list