-
Notifications
You must be signed in to change notification settings - Fork 10
[NFC] Refactor CGPatch CMake #81
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: devel
Are you sure you want to change the base?
[NFC] Refactor CGPatch CMake #81
Conversation
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.
So far, we have defined (almost) all CMake options in the top-level CMakeLists.txt
(although there are a few exceptions tbf). Is this something we want to keep up? No strong opinion from my side, but I think if there is no central file where we define options, I guess we should add an overview table in a README. Not something that should stop us from merging this as soon as the CI is fixed, though.
That's something we can maybe discuss in the next meeting. For now, I'm changing this to a draft because the CI failures are confusing me 😅 |
I think the reason integration tests fail is that when A simple fix would be to have a global variable |
Thanks for the investigation, that sounds like it could be the issue |
This patch cleans up the CMake options related to CGPatch.
Changes:
project()
declaration in CGPatch CMakeLIsts.txt(I closed the previous PR because I accidentally pushed the branch to this repo instead of my fork.)