On Friday 24 April 2009, zhang wrote: > The default format of the obj's name is like this *.c.obj or *.cpp.obj, > etc. > I want the source-file-type in the name got rid of. What can I do in > Cmake. > > I have no choice if some linkers like the Digitalmars's can't handle > these names with this format.
Does it help if you set the variable CMAKE_(C|CXX)_OUTPUT_EXTENSION_REPLACE to TRUE ? Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
