[CMake] VS2010 bug, when output executable has '.' characters

Michael Hertling mhertling at online.de
Mon Apr 26 19:49:37 EDT 2010


On 04/26/2010 04:09 AM, Jarl Lindrud wrote:
> 
> I think I've found another bug in the VS2010 generator. I've generated a  
> VS2010 solution from this CMakelists.txt:
> 
> PROJECT(AAA)
> ADD_LIBRARY(AAA.BBB.CCC SHARED File1.cpp)
> 
> , but when I build it, I find that the output file is named AAA.exe (it  
> should be AAA.BBB.CCC.exe).

FYI: On *nix, the library is correctly named "libAAA.BBB.CCC.so".

So, this seems to be in fact a "visual" peculiarity.

Regards,

Michael


More information about the CMake mailing list