Fix cmake infinite loop
psavery opened this issue · 2 comments
psavery commented
There is an issue where after the program is built, if you run cmake again and try to build, cmake re-runs infinitely.
psavery commented
This only seems to occur with ninja. Although, it looks like running cmake again requires a re-build of the whole system. That shouldn't happen either.
psavery commented
I was unable to reproduce this. I believe it is just a bug caused by my screwed up system clock. Closing.