Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: fix warnings in external projects code
With 3.31: ``` Keyword WORKING_DIRECTORY requires a value, but none was given. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning Keyword WORKING_DIRECTORY requires a value, but none was given. ``` Additionally, make calls to `add_custom_command` stricter starting with 3.31.
- Loading branch information