Re: [CMake] CMake configuration times with Microsoft Visual C++

2012-03-07 Thread Michael Jackson
On Mar 6, 2012, at 9:45 PM, Bill Hoffman wrote: > On 3/6/2012 9:09 PM, Clifford Yapp wrote: >> We use the same configuration tests on all platforms in an effort to >> avoid having large chunks of platform-specific code in our build files, >> but we pay a price for this on Windows - the same test p

Re: [CMake] CMake configuration times with Microsoft Visual C++

2012-03-06 Thread Bill Hoffman
On 3/6/2012 9:09 PM, Clifford Yapp wrote: We use the same configuration tests on all platforms in an effort to avoid having large chunks of platform-specific code in our build files, but we pay a price for this on Windows - the same test process is more than an order of magnitude slower with MSVC

[CMake] CMake configuration times with Microsoft Visual C++

2012-03-06 Thread Clifford Yapp
We use the same configuration tests on all platforms in an effort to avoid having large chunks of platform-specific code in our build files, but we pay a price for this on Windows - the same test process is more than an order of magnitude slower with MSVC than (say) Linux. Does CMake launch the MS