On 28. May, 2010, at 11:05 , Thiébault Benoît wrote: > Hi everyone, > > I am using CMake to compile VTK using MinGW. The compilation goes with > problem, but it generates libvtkXXX.dll and libvtkXXX.dll.a files. > How can I remove this lib prefix to the generated libraries ? > > Thank you for your answers > > Kind regards, > > Benoît
See the CMAKE_SHARED_LIBRARY_PREFIX, CMAKE_SHARED_MODULE_PREFIX and CMAKE_STATIC_LIBRARY_PREFIX variables or the OUTPUT_NAME target property. HTH Michael _______________________________________________ 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