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