CMake does a poor job in tracking dependencies on files and directories
directly. Create custom target similar to the configuration step.
On my system, this avoids the reconfiguration on each build.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM. I keep meaning to spend time rewriting all this to use the LLVMExternalProjectUtils module which avoids issues like this, but I never really have the time to do it.
Comment Actions
Sorry, by far no CMake expert. I'd volunteer otherwise to get that fixed correctly...