Re: [CMake] "cmake --build ." and colors

2013-05-04 Thread Andreas Mohr
On Sat, May 04, 2013 at 05:12:14AM -0700, Leif Walsh wrote: >cmake --build . -- -jN >Extra args after -- are passed through to the build tool. Doesn't work if >the tool expects something different though.  Ah, cool (took note to improve my script). While -- is some pretty standard mech

Re: [CMake] "cmake --build ." and colors

2013-05-04 Thread Leif Walsh
cmake --build . -- -jN Extra args after -- are passed through to the build tool. Doesn't work if the tool expects something different though.  I think the colors and carriage returns (without line feeds) are lost because the build tool sees its controlling terminal is cmake, not a real termin

Re: [CMake] "cmake --build ." and colors

2013-05-04 Thread Andreas Mohr
Hi, On Fri, May 03, 2013 at 04:19:40PM -0400, cmake-requ...@cmake.org wrote: > Date: Fri, 3 May 2013 17:46:06 + > From: Gregoire Aujay > Hello, > > I also found that using cmake --build . with ninja outputs all lines but if I > directly use ninja to build it only outputs one line which is

Re: [CMake] include(InstallRequiredSystemLibraries) not working with NSIS

2013-05-04 Thread Andreas Mohr
Hi, On Fri, May 03, 2013 at 04:19:40PM -0400, cmake-requ...@cmake.org wrote: > Date: Fri, 3 May 2013 12:26:55 -0700 (PDT) > From: charles_west > I've very new with Windows development. If I may ask, is sticking the > required .dlls in the same directory as the application sufficient for it to >