[CMake] CMake bugs #0010611 & #0010040

2010-07-13 Thread Knox, Kent
I'm hoping to bring attention to these two bug reports, as I am currently affected by them. This bug concerns vs2k10 generated solution and projects, and corrupts the names of my generated binaries that use multiple periods in their names. To get around this bug, I am using set_target_properti

Re: [CMake] CMake bugs #0010611 & #0010040

2010-07-13 Thread Bill Hoffman
On 7/13/2010 2:39 PM, Knox, Kent wrote: I’m hoping to bring attention to these two bug reports, as I am currently affected by them. This bug concerns vs2k10 generated solution and projects, and corrupts the names of my generated binaries that use multiple periods in their names. To get around th

Re: [CMake] CMake bugs #0010611 & #0010040

2010-07-14 Thread Knox, Kent
> Does "." in the name work for any other version of VS? [KK] I've tested with both vs9 & vs10, and it works in vs9. In vs10, even though the binary name is truncated at the first period, the .pdb and static .lib files are not truncated and contain multiple periods. On 7/13/2010 2:39 PM, Knox,

Re: [CMake] CMake bugs #0010611 & #0010040

2010-07-14 Thread Bill Hoffman
On 7/14/2010 11:00 AM, Knox, Kent wrote: Does "." in the name work for any other version of VS? [KK] I've tested with both vs9& vs10, and it works in vs9. In vs10, even though the binary name is truncated at the first period, the .pdb and static .lib files are not truncated and contain mult