On Fri, Apr 06, 2018 at 08:05:21AM -0600, Nate Graham wrote: > I'm somewhat embarrassed to admit that I was doing an in-source build > and no amount of `make clean` and `rm CMakeCache.txt` fixed the problem, > but doing a proper out-of-source build worked just fine. That'll teach me... > > Nate
That happens to the best of us and can be difficult to figure out. For cleaning accidents in a git source directory I have the following command memorized: "git clean -dfx" but you would want to be careful about using it so that you don't accidentally delete any of your pending work or associated important files that you might have in the source directory! Regards, - Michael Pyne