Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conan supports non-standard architectures through the installation of custom settings.yml files. However, conan-cmake currently expects to be able to translate the architecture from the CMake naming scheme to the Conan naming scheme, and fails with an error if the architecture is unknown. This patch resolves the issue by making the script simply pass through the CMake architecture to Conan unchanged in these cases.
- Loading branch information