Hi,<br><br>Having difficulty changing the object file extension. &nbsp;In my CMakeLists.txt I have<br><br>SET(CMAKE_C_OUTPUT_EXTENSION &quot;.obj&quot;)<br>SET(CMAKE_CXX_OUTPUT_EXTENSION &quot;.obj&quot;)<br><br>but I still get *.o object files.
<br><br>I am working&nbsp;with&nbsp;cmake&nbsp;version 2.4-patch 7&nbsp;on&nbsp;Cygwin.&nbsp;&nbsp;<br> <br>Thanks.<br>