[CMake] CMake 2.8.8-rc1 ready for testing!

Brad King brad.king at kitware.com
Wed Mar 28 10:02:29 EDT 2012


On 3/27/2012 6:07 PM, David Cole wrote:
> On Tue, Mar 27, 2012 at 2:41 PM, Mourad Boufarguine wrote:
>> I'm not sure if this is the right place to give feedback about the rc.
>>
>> I noticed a regression with MSVC 2010 generator. Using this CMake command :
>>
>> add_executable(project header.h header.hpp source.cpp)
>>
>> With CMake<= 2.8.7, header.h and header.hpp are put inside the "Header
>> Files" folder, and the CMakeLists.txt is referenced in the project tree.
>>
>> With CMake 2.8.8-rc1, header.h and header.hpp are *not* inside the "Header
>> Files" folder, and the CMakeLists.txt is no longer referenced in the project
>> tree.
>
> This is the right place to report it. (Or you could add an entry to
> our bug tracker, but this is fine...)
>
> Thanks for the report - we'll take a look.

Fixed:

   http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a2c60eb

We'll include the change in the next rc.

Thanks,
-Brad


More information about the CMake mailing list