Re: [CMake] CMake 2.8.8-rc1 ready for testing!

2012-03-28 Thread Brad King
On 3/28/2012 12:28 PM, Mourad Boufarguine wrote: What about the CMakeLists.txt file ? Oops, I was too focused on the header file part of your report. This should fix it: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=01e979ac Thanks, -Brad -- Powered by www.kitware.com Visit other Ki

Re: [CMake] CMake 2.8.8-rc1 ready for testing!

2012-03-28 Thread Mourad Boufarguine
On Wed, Mar 28, 2012 at 4:02 PM, Brad King wrote: > 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

Re: [CMake] Fwd: Fwd: Help with CMAKE

2012-03-28 Thread Bill Hoffman
On 3/28/2012 2:01 AM, Sweety Pie wrote: Any one can advice plz??? Run CMake with --debug-trycompile, then load the .sln file found in the CMakeTmp directory from the IDE, and see what the errors actually are. -Bill -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] CMake 2.8.8-rc1 ready for testing!

2012-03-28 Thread Brad King
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 sourc

Re: [CMake] Fwd: Fwd: Help with CMAKE

2012-03-28 Thread Aashish Chaudhary
Did not read the entire thread but.. based on your last email.. I believe this is the page you need to go to: http://www.microsoft.com/download/en/default.aspx and then search for "windows sdk for windows 7" or "windows sdk for vista" On Wed, Mar 28, 2012 at 2:01 AM, Sweety Pie wrote: > > An

[CMake] cmake --build switches ANSI color escape codes off in MINGW bash

2012-03-28 Thread Massaro Alessio
Hi there Strange thing with ANSI colors Calling cmake --build from a script in a MINGW bash shell will output ANSI colours escape codes as follows ←[0m[ 12%] ←[32mBuilding CXX object basic/CMakeFiles/.. Piping the same script to /bin/less or calling the native make tool directly will rend