[CMake] modify cmake build arguments

Kyle Edwards kyle.edwards at kitware.com
Thu Aug 29 14:52:56 EDT 2019


On Thu, 2019-08-29 at 18:27 +0100, hex wrote:
> hello community,
> 
> CMake builds a C project with gcc -o target_name. I have a compiler
> very similar to GCC and I am trying configure CMake C language for
> it.
> 
> The compiler does not support the -o argument when linking objects. I
> wonder if there is a way to remove or modify this argument, maybe
> through one of the properties on targets?
> 
> thank you

Your best bet would be to modify the CMake source code to support your
compiler. (Upstreaming your changes would be welcome.)

As a matter of interest, what does it use instead of -o?

Kyle


More information about the CMake mailing list