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

J Decker d3ck0r at gmail.com
Mon Apr 26 08:13:49 EDT 2010


If you don't want the default suffix shouldn't you set target property SUFFIX?


On 4/25/10, Jarl Lindrud <jarl.lindrud at gmail.com> 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).
>
> I've filed it in the bug tracker
> (http://www.cmake.org/Bug/view.php?id=10611).
>
> Regards,
> Jarl.
> _______________________________________________
> 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
>


More information about the CMake mailing list