-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[webui] Add new port #43052
[webui] Add new port #43052
Conversation
All feature and usage test passed with x64-windows triplet. |
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.
Why aren't we using upstreams build system/CMakeLists.txt?
Because the official CMakeLists is only in beta version and outdated. Additional, the official build system should be NMake and make currently. |
CMakeLists is based on the official nmake and make configurations.
Fixes #35821