Re: [CMake] Output capturing in MSVC

2011-04-26 Thread Michael Wild
On 04/26/2011 02:16 PM, Brad King wrote: > On 04/26/2011 03:41 AM, Michael Wild wrote: >> Seems like MSVC (I'm using 9.0) is messing with the standard >> streams... I put up a simple test project that only calls >> "dumpbin.exe /?" in a execute_process call. Funny thing is, that if >> configured fr

Re: [CMake] Output capturing in MSVC

2011-04-26 Thread Brad King
On 04/26/2011 03:41 AM, Michael Wild wrote: > Seems like MSVC (I'm using 9.0) is messing with the standard streams... > I put up a simple test project that only calls "dumpbin.exe /?" in a > execute_process call. Funny thing is, that if configured from CMake-Gui > or command line, the output is cap

[CMake] Output capturing in MSVC [was: BundleUtilities and super-build]

2011-04-26 Thread Michael Wild
On 04/26/2011 06:51 AM, Michael Wild wrote: > On 04/23/2011 12:46 PM, Michael Wild wrote: >> Hi all >> >> I'm trying to use BundleUtilities with MSVC 9 to install the >> required Qt4 DLL's of the GUI sub-project into a common prefix in >> the super-build binary directory. The process fails with