Craig Scott
Craig Scott
### Brief Issue Summary #2121 describes the problem, but it was closed without actually identifying and fixing the underlying issue. The extension is assuming that `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER` are set...
This allows the user or project to do further processing of the JSON output (e.g. to publish missing binary packages that were built) and to troubleshoot any problems during the...
In the implementation of the `conan_install()` function, the `conan install` command output is specified to be in JSON format and is captured to a CMake variable. However, the contents of...
If using CMake 3.31 or later, add_custom_command() supports a CODEGEN keyword. It requires policy CMP0171 to be set to NEW to be recognized. Add the CODEGEN keyword to these calls...