<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>hello community,<br>
</p>
<p><br>
</p>
<p>CMake builds a C project with <i>gcc -o target_name</i>. I have
a compiler very similar to GCC and I am trying configure CMake C
language for it.</p>
<p><br>
</p>
<p>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?</p>
<p><br>
</p>
<p>thank you<br>
</p>
</body>
</html>