Re: [CMake] New version forces rebuild all?

2018-12-05 Thread Cristian Adam
On Wed, Dec 5, 2018 at 10:19 PM Andy wrote: > (previously I send this mail not to mail list, but user) > Maybe my cmake files are bad? > I have created test project > https://gitlab.com/andrzejbor/test_rebuild_all > after commit is rebuild whole project > what I might change? > I don't want

[CMake] New version forces rebuild all?

2018-12-05 Thread Andy
(previously I send this mail not to mail list, but user) Maybe my cmake files are bad? I have created test project https://gitlab.com/andrzejbor/test_rebuild_all after commit is rebuild whole project what I might change? I don't want moving all but .git to one directory src/ -- Powered by

Re: [CMake] New version forces rebuild all?

2018-12-04 Thread Eric Noulard
Le mar. 4 déc. 2018 à 11:44, Andy 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.

[CMake] New version forces rebuild all?

2018-12-01 Thread Andy
I have cmake project, I usuall call "cmake ." followed by make. Now I have installed cmake 3.12.3 (was impossible install by apt-get) I have following problem: If I change one *.cpp file, in most cases make rebuilds all *.cpp files, not related to this file. Sometimes is ok. -- Powered by