8000 fix(cmake): remove invalid keywords (DEPENDS) by grawlinson · Pull Request #659 · electro-smith/libDaisy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(cmake): remove invalid keywords (DEPENDS) #659

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

Merged
merged 1 commit into from
May 29, 2025

Conversation

grawlinson
Copy link
Contributor

Added in CMake 3.31, CMP0175 explicitly states that specific keywords are invalid. In this case, it is fine to remove DEPENDS since both DEPENDS and TARGET share the same argument (${FIRMWARE_NAME}).

Added in CMake 3.31, [CMP0175][0] explicitly states that specific
keywords are invalid. In this case, it is fine to remove DEPENDS
since both DEPENDS and TARGET share the same argument (${FIRMWARE_NAME}).

[0]: https://cmake.org/cmake/help/latest/policy/CMP0175.html
@stephenhensley stephenhens 871A ley added bug Something isn't working cmake build Related to the CMake build system labels May 29, 2025
@stephenhensley stephenhensley merged commit 0803ba4 into electro-smith:master May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cmake build Related to the CMake build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0