-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Disable exceptions on ICPC #3621
Disable exceptions on ICPC #3621
Conversation
Apparently a CMake 3.15 feature. :-(
|
Doesn’t this run in the CI container? There we have control over the CMake version. |
The CMake flag test uses 3.13. That one fails. 3.13 was released around Nov 2018. Bumping to 3.15 might be a bit too soon for some distros. 🤷♂️ |
Yes, the 3.13 is for externals to execute the unit tests. Not sure if the specific "Intel without exceptions" should be seen as a test someone other than a maintainer should execute. I guess this goes in a similar direction as #3623 - we need to better separate maintainer targets from the rest. |
Unfortunately, I can't separate them. Not if I want to replace the Basically, I can make it work, but I can't also clean up the CMake code. Oh well … |
Please don't invest more work to this as necessary... |
I won't. I'll revert and just add "Intel" and "IntelLLVM" to the |
9d35cdf
to
824f629
Compare
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.
Looks good to me.
We currently don't disable exceptions on ICPC for
test-disabled_exceptions
. Let's see what happens if we do.Also simplifies the CMake code a lot.