|
Re: Docker support for C/C++ cmake based project [message #1834346 is a reply to message #1834338] |
Sun, 08 November 2020 12:17 |
David Vavra Messages: 1426 Registered: October 2012 |
Senior Member |
|
|
C/C++ Build->Settings are only used when Eclipse is generating a makefile.
CMake is doing that instead.
Eclipse will run CMake when you build and doesn't really have any control over it.
The same is true when running any build system other than Make or if you are using your own makefile(s).
If you want to use CMake you need to know how to use it.
Start here: https://cmake.org/cmake/help/latest/guide/tutorial/index.html
If you don't want to be bothered with learning CMake then use a Managed Build Project.
Eclipse will then generate Makefiles for use with Make.
But even this only partially hides the build workings.
Regardless of the build system chosen, you should attempt to learn how to use it.
Eclipse provides ways to set build options when using Make but still expects you know what you're doing.
[Updated on: Sun, 08 November 2020 12:28] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03047 seconds