This repository contains my customized conan recipes.
This repository is intended to benefit from Adding a folder with conan-center-index clone as a remote, which allows to use any folder structured like conan-io/conan-center-index as a conan remote!
First, clone this repository locally.
git clone https://github.com/FeignClaims/customized_conan_recipes.git
Then, add this folder as a conan remote:
conan remote add <remote_name> <path_to_this_repository>
After that, you are able to install conan packages as usual with these additional recipes.
For more details, read the official article.