There are several warnings during the prep step similar to the following. The config should be updated to avoid these.
CMake Warning (dev) at cmake/CodeCoverage.cmake:496 (add_custom_command):
At least one COMMAND must be 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.
There are several warnings during the prep step similar to the following. The config should be updated to avoid these.