[CMake] VS2010 bug, when output executable has '.' characters
Jarl Lindrud
jarl.lindrud at gmail.com
Sun Apr 25 22:09:10 EDT 2010
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.
More information about the CMake
mailing list