-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake reruns multiple times #1005
Comments
Also, this might be related, the git sha is generated by CMake into a header file that is included for printing at startup. But, this means that CMake has to re-run if anything happens to git (even a local change). I'm not sure how useful this feature is. Maybe we can get the git status outside of cmake? |
@lifflander I just checked and that's right. It looks like the code for getting git information intentionally causes configure to re-run. I don't think that's needed so I can probably find a way around it |
…revent it from causing cmake to re-run every time the git state has changed
Describe the bug
CMake has to run multiple times due to something in our configuration. Identify this problem and see if we can solve it.
The text was updated successfully, but these errors were encountered: