Troubleshooting at Build Time
When compiling the project, I get numerous messages about variables that I don't know about.
  • Check in the compile output if the linking process already started. If so, you most probably have missed to specify a dependency in the CMakeLists.txt.
I made changes to my code, the code compiles, but the changes do not take effect.
  • Check in the CMake output if the target whose code you have just changed had been disabled.