How do I get CMake to rebuild all the precompiled headers? (Using g++ and Linux) And how do I get CMake to disable all precompiled headers?
I am getting some build errors that have sprung up and they refer to the .ch
files. So want to investigate whether this is due to precompiled headers.