Greetings!
I hope not being too off topic, cause the question has not directly to do with OpenCV.
This is a Windows 10 installation and I use CMake 3.15.3 to configure and generate opencv 4.1.0.
I change several options within the CMake GUI and would like to save GMakeLists.txt for later reuse, e.g. new openCV version.
I see that there is a .cache directory, but the entries dont seem suitable.
On a linux I'd use the commandline option, but I'm on win10.
What I want to do: after successful config, genereate and build I want to save all configuration options for being reused at a later time.
Thanks for hints, Wolf