[CMake] CMake GUI "Stop" button does not halt exec_process

2019-01-10 Thread Person Withhats
Pressing "STOP" in the CMake GUI interface halts CMake itself but does not stop any execute_process that is going on at the time. This makes it hang until the process finishes, since no interrupt is sent.. Aggravating when you're using an exterior script (e.g. a .exe or .py) that e.g. handles

Re: [CMake] After working for a well over a year my cmake has suddenly stopped working, CMake Gui now fails to configure any project with the error..

2019-01-10 Thread Bill Hoffman via CMake
It could also be this issue: https://developercommunity.visualstudio.com/content/problem/399774/visual-studio-2019-preview-1-running-cmake-on-comm.html Do  you have Visual Studio 2019 installed? On 1/4/2019 1:46 PM, 2GooD Productions wrote: Selecting Windows SDK version 10.0.17763.0 to

Re: [CMake] After working for a well over a year my cmake has suddenly stopped working, CMake Gui now fails to configure any project with the error..

2019-01-10 Thread Bill Hoffman via CMake
In the build trees, is there any more information in CMakeFiles/CMakeOutput.log or CMakeFiles/CMakeError.log? Is your VS able to build things without CMake? -Bill On 1/4/2019 1:46 PM, 2GooD Productions wrote: Selecting Windows SDK version 10.0.17763.0 to target Windows 6.3.9600. CM

[CMake] Escaping end of line anker in regex

2019-01-10 Thread Torsten Robitzki
Hi, I’ve stumbled over following issue: if (NOT ^ MATCHES ^\^ ) message(FATAL_ERROR "Anker not found!") endif() if (NOT $ signature.asc Description: Message signed with OpenPGP -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.or