-
Notifications
You must be signed in to change notification settings - Fork 4
Modernize various CMake designs #4
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
base: master
Are you sure you want to change the base?
Conversation
This one is highly discouraged to be used now
| # BREAKID_STATIC_LIBRARIES_DEPS is not defined | ||
| set(BREAKID_STATIC_LIBRARIES_DEPS "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From this one and GitSHA1.cpp contents, I take it that you used some other project as a template. I realize it may be a chore, but could you please remove the dead references in there. I don't have the background of what this project is about so I can't do such a review.
|
Oh wow! This looks awesome! I'll check tonight and see if I can merge it. I'll also take note to port some of these to my other projects! This is super helpful, thank you! |
I have tried to split the various changes in individual commits so that it can be more easily followed