[cmake-developers] Eclipse CDT Managed build
Ben Boeckel
ben.boeckel at kitware.com
Wed Jan 25 10:31:17 EST 2017
On Wed, Jan 25, 2017 at 14:51:26 +0000, Bøe, Sebastian wrote:
> But in this use-case CMake would only be run once and then the
> IDE project would take over project configuration for the rest
> of the application lifetime.
CMake does not generally create relocatable build trees, so you cannot
commit the generated files. That means that unless the CMakeLists.txt
are never going to be changed (including via VCS branch changes), CMake
may rerun on its own and clobber the changes since everyone will need to
run it on their own once.
--Ben
More information about the cmake-developers
mailing list