Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmake): remove invalid keywords (DEPENDS)
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
- Loading branch information