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

Jarl Lindrud jarl.lindrud at gmail.com
Mon Apr 26 21:35:56 EDT 2010


On Tue, Apr 27, 2010 at 9:49 AM, Michael Hertling <mhertling at online.de>wrote:

> 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.
>

It works fine on VS2008, so looks like something specific to the VS2010
generator...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100427/398b1508/attachment.htm>


More information about the CMake mailing list