-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Update Docs for CMake #11437
Comments
What part? It just seems to be a repeat of what is said above it: "QGroundControl (QGC) is dual-licensed as Apache 2.0 and GPLv3. All contributions have to be made under both licenses. Users of the codebase are free to use it under either license." I don't think it's really needed, but not sure what part you think is wrong? |
The part where it says "QGroundControl licensing rules out the re-use of any copyleft (e.g. GPL) licensed code. All contributions must be original or from a compatible license (BSD 2/3 clause, MIT, Apache 2.0).". |
I would like to also note that the command in the QGroundControl documentation for building the project with CMake cli has a missing flag: This command should include the -D flag: cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug Proposed Solution:Update the documentation to use the correct CMake command with the -D flag. Without the
Additional Information: This worked for me to build using cmake cli, however, I might be doing something wrong, so please let me know if there are any additional steps or corrections needed. |
Done
Done
Done |
The text was updated successfully, but these errors were encountered: