-
Notifications
You must be signed in to change notification settings - Fork 216
Improvements to C++ README and CMakeLists.txt #328
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
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.
Copilot reviewed 39 out of 39 changed files in this pull request and generated no comments.
| "${workspaceFolder}/cpp/IceStorm/replicated2", | ||
| ] | ||
| ], | ||
| "cmake.configureSettings": { |
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.
This just tells the Ice CMake file to print its configuration during configuration. It will appear in the Visual Studio CMake console.
| - [C++ Demos](#c-demos) | ||
| - [Overview](#overview) | ||
| - [macOS Prerequisites](#macos-prerequisites) | ||
| - [Ubuntu Prerequisites](#ubuntu-prerequisites) |
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.
It sounds like we're dropping all other Linux distributions. You should be able to build the demos on RHEL!
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.
Yes I still need to add RHEL
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.
Added
This PR updates the C++ CMakeList.txt files to copy the
TARGET_RUNTIME_DLLSpost build. It also cleans up the C++ README.