xtalopt/XtalOpt

Fix cmake infinite loop

psavery opened this issue · 2 comments

There is an issue where after the program is built, if you run cmake again and try to build, cmake re-runs infinitely.

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.

I was unable to reproduce this. I believe it is just a bug caused by my screwed up system clock. Closing.