Re: [CMake] cmake_check_build_system is causing a rebuild at "make install"

2015-10-14 Thread Nils Gladitz
On 14.10.2015 14:51, JR Cary wrote: Thanks for your response. This is a big headache for us, as it slows down our builds tremendously. Is there any way to prevent or control this behavior? I don't see how. You could modify the module itself I suppose but I'd expect that to break incremental

Re: [CMake] cmake_check_build_system is causing a rebuild at "make install"

2015-10-14 Thread JR Cary
Thanks for your response. This is a big headache for us, as it slows down our builds tremendously. Is there any way to prevent or control this behavior? Thx..John On 10/14/15 6:45 AM, Nils Gladitz wrote: On 14.10.2015 02:01, John Cary wrote: For future reference, one can determine what tr

Re: [CMake] cmake_check_build_system is causing a rebuild at "make install"

2015-10-14 Thread Nils Gladitz
On 14.10.2015 02:01, John Cary wrote: For future reference, one can determine what triggered the reconfigure by doing make install VERBOSE=1 It appears not to be enough to have configured with -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE. In our case, for reasons we have not yet figured out, the depe