[cmake-developers] new generator question - xml file output for embedded IDE platforms.
duane at duaneellis.com
duane at duaneellis.com
Wed May 2 19:23:40 EDT 2018
>> Are you familiar with cmake cross-compiling support in CMake ?
> yes, I'm currently building Cmake from source, ....
> Often it seems to always comes back to the generator and ..
I'll add for example when it is processing languages,
CMakeCInformation.cmake (and the CXX version)
which that script assumes that it will be managing not only the
compiler, but linker and libarian
Why this way? Because in this case, there is ZERO need to do all of the
"./configure" type testing
and determination because at the end of the day, CMake will not be
executing the compiler period.
The IDE will do all of that work.
This type of change is non trivial, and I'm wondering if it is the right
approach or not.
-Duane.
More information about the cmake-developers
mailing list