Is there a possibility to debug CMakeLists.txt files (at least listing of variables) except for the message statement?
CMakeLists.txt
I like to use variable_watch to "debug" my CMakeLists.txt files. Just set in top of my script:
variable_watch(SOME_MY_VAR)