[CMake] Some cmake comments/issues

William A. Hoffman billlist at nycap.rr.com
Fri Jan 20 13:49:24 EST 2006


At 08:26 AM 1/19/2006, David Cole wrote:
>Ian.Appru at ubs.com wrote:
>
>>The CMAKE_SHARED_LIBRARY_SUFFIX is ignored on Windows by the Visual Studio generators - this is important when building Excel add-ins as they require the suffix .xll ..... in any case is it worth adding a bug report for this?
>> 
>Definitely add a bug report; then attach your code changes that fix it as a patch to the bug report.
>
>>I've also noted that the CMAKE_DEBUG_POSTFIX setting is ignored by the unix makefile generator. I seem to recall this is a known issue for which clever use of variables will produce the desired result. But I would add my weight to the suggestion of a previous mailer that this is  a bug as I will now have to create different cmake implementations for windows and solaris/linux.
>> 
>Mention this, too, in the same bug report. Clever use of variables should not be required if there is a simple/straightforward/obvious setting that CMake should be paying attention to... You should definitely be able to have one cmake implementation that works for both Windows and Linux.

Please try cvs cmake, Brad recently went through all the generators and made them use
the same code to compute the target names, and it should fix both of these issues.




More information about the CMake mailing list