Version 0.12
- New
conan_check()
macro to check that conan is installed (can define REQUIRED and also request VERSION) - New
conan_add_remote()
macro to add remotes programmatically from cmake - Added
GENERATORS
option toconan_cmake_run()
- Added
INSTALL_FOLDER
option toconan_cmake_run()
- Definition of
CONAN_IMPORT_PATH
env-var, to be used byimports()
in "multi" generators.