Re: [cmake-developers] [CDT] Improving CDT4 generator

2019-03-20 Thread Alexander Neundorf
On 2019 M03 20, Wed 13:53:49 CET Brad King via cmake-developers wrote: > On 3/19/19 4:57 PM, David wrote: > > since Eclipse 9.2 (or 9.1 do not remember), the CMake CDT4 Generator > > does not work as expected for C++ Project. > > > > What is the best way to propose an update ? > > Please see cont

Re: [cmake-developers] execute_process: how to detect TIMEOUT

2019-03-20 Thread Brad King via cmake-developers
On 3/20/19 11:53 AM, Joachim Wuttke wrote: > The command execute_process has an option TIMEOUT. > This option would be even more useful if one > would notice when a timeout happened. > Is there a way to tell from any of the outcome > variables whether the process ran into timeout? The RESULT_VARIA

[cmake-developers] execute_process: how to detect TIMEOUT

2019-03-20 Thread Joachim Wuttke
The command execute_process has an option TIMEOUT. This option would be even more useful if one would notice when a timeout happened. Is there a way to tell from any of the outcome variables whether the process ran into timeout? - Joachim smime.p7s Description: S/MIME Cryptographic Signature -

Re: [cmake-developers] [CDT] Improving CDT4 generator

2019-03-20 Thread Brad King via cmake-developers
On 3/19/19 4:57 PM, David wrote: > since Eclipse 9.2 (or 9.1 do not remember), the CMake CDT4 Generator > does not work as expected for C++ Project. > > What is the best way to propose an update ? Please see contribution instructions here: https://gitlab.kitware.com/cmake/cmake/blob/master/CON