-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cmake][win] Fix compilation errors with /std:c++20 #20987
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
Test Results 22 files 22 suites 3d 12h 41m 24s ⏱️ Results for commit 6a350c8. |
| set(CMAKE_SUPPRESS_REGENERATION TRUE) | ||
| set(libsuffix .dll) | ||
| set(exesuffix .exe) | ||
| set(CMAKE_CXX_FLAGS "/nologo /Zc:__cplusplus /MD /GR /EHsc- /W3 /D_WIN32") |
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.
Could you extend the git log to explain why this is no longer needed?
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.
Done
Removes the `CMAKE_CXX_FLAGS` that was intended for standalone roottest
pcanal
left a comment
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.
LGTM. Thanks.
No description provided.