diff --git a/conanfile.py b/conanfile.py index 332b1d00b3..ca6cc1ade5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ class Exiv2Conan(ConanFile): settings = 'os', 'compiler', 'build_type', 'arch' - generators = 'cmake_find_package', 'cmake_paths' + generators = 'cmake_find_package_multi' options = {'unitTests': [True, False], 'xmp': [True, False], 'iconv': [True, False],