I'm using the latest AppImage of KDevelop (version 5.6.1) on a kubuntu 20.04 to develop and build a project with CMake.
Opposed to earlier versions of KDevelop this one automatically executes a CMake configure run whenever I save a source file or a CMake file. Earlier versions only did this on manual request.
This is annoying for me, because I have the reflex to save whenever I stop typing and the CMake configure run switches the tool view to the build panel although I may have been working with another view. Additionally, when I work on my (very complex) CMake configuration I sometimes want to watch the configure run to see some changes in the output.
I went through all global and project-specific settings multiple times, but I couldn't find out how to turn off this behavior, so:
How can I turn off the automatic execution of CMake on save in KDevelop 5.6.1?