Re: [CMake] changing object file extension from .o

2007-11-07 Thread Alexander Neundorf
On Wednesday 07 November 2007, Matthew McCormick wrote: Hi, Having difficulty changing the object file extension. In my CMakeLists.txtI have SET(CMAKE_C_OUTPUT_EXTENSION .obj) SET(CMAKE_CXX_OUTPUT_EXTENSION .obj) but I still get *.o object files. Yes, that's too late in the cmake

[CMake] changing object file extension from .o

2007-11-07 Thread Matthew McCormick
Hi, Having difficulty changing the object file extension. In my CMakeLists.txtI have SET(CMAKE_C_OUTPUT_EXTENSION .obj) SET(CMAKE_CXX_OUTPUT_EXTENSION .obj) but I still get *.o object files. I am working with cmake version 2.4-patch 7 on Cygwin. Thanks.