On Fri, Dec 31, 2021 at 01:31:11PM -0500, Jon Evans wrote:
> It looks like your source directory is dirty (not the build dir)
>
> Try "git clean -fx" or similar.
>
Wow, that was quick!
I tried:
git clean -fx
but it was not enough. This did the trick:
git reset --hard && git clean -dxff
Now
It looks like your source directory is dirty (not the build dir)
Try "git clean -fx" or similar.
-Jon
On Fri, Dec 31, 2021 at 1:30 PM Marco Ciampa wrote:
> Hello devs!
> I need some help.
>
> Sometimes my cmake configuration goes wrong and I get stuck with this
> kind of error:
>
> Built targe
2 matches
Mail list logo