Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT CMake Builder reconfiguring on every build(How to prevent the cmake builder from doing a complete rebuild for every compile)
CDT CMake Builder reconfiguring on every build [message #1833308] Thu, 08 October 2020 17:57 Go to next message
Michael Schmeing is currently offline Michael SchmeingFriend
Messages: 2
Registered: October 2020
Junior Member
I am working on a C++ program that uses the eclipse cmake builder and is versioned using the GIT interface of eclipse.
My problem is that eclipse performs a complete rebuild of the program including running the CMake configuration everytime I compile the program. This happens even, if the only changes I made are in a single C++ source file.
How can I prevent this so that eclipse does incremental builds whenever possible?
Re: CDT CMake Builder reconfiguring on every build [message #1833316 is a reply to message #1833308] Fri, 09 October 2020 05:30 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Presumably, Eclipse is running cmake --build
It is up to CMake to determine what to build.
Asking how to use an external tool (I.e., CMake) is off-topic for this forum.
You will have better luck at stackoverflow.com or a site devoted to CMake.
Previous Topic:remote SSH debug fail, C application using Eclipse on Ubuntu
Next Topic:[Ubuntu] System Header Includes Broken in CDT 2020-09
Goto Forum:
  


Current Time: Thu Oct 03 20:51:05 GMT 2024

Powered by FUDForum. Page generated in 0.04056 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top