Hi,
I've got a small bug trying to use configuration postfixes under windows with at least NMakes and VisualStudio C++ .NET 7.1 . I used the latest 2.4.3 release of CMake.

The following command works for libraries and shared libraries but not for executables. For example :

with SET(CMAKE_DEBUG_POSTFIX "D"), libraries get created as expected :
 - myLibD.dll in Debug and
 - myLib.dll in others configurations

but for executables, it is always :
 - myApp.exe

Should I post a bug report (I haven't found any mentioning this yet) ?

Regards,
--
Mathieu
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to