You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed - currently there is no detection for a CMakeList.txt file that is out of date.
I don't believe this is a feature supported by all CMake generators - I'm not sure when fastbuild generator would be able to support this, as fastbuild would need to be able to allow it's current script file to be reloaded/restarted.
So far this is the first one I have encountered with this behavior. It works with Makefiles, MinGW Makefiles, NMake, all VS generators from 2008-2015 and Ninja. The VS generators typically don't reload automatically, so that isn't really an issue, but it would of course be nice.
Agreed - currently there is no detection for a CMakeList.txt file that is out of date.
I don't believe this is a feature supported by all CMake generators - I'm not sure when fastbuild generator would be able to support this, as fastbuild would need to be able to allow it's current script file to be reloaded/restarted.
—
Reply to this email directly or view it on GitHub.
Steps to reproduce:
Result:
Build fails, as fbuild.bff is not updated.
The text was updated successfully, but these errors were encountered: