Skip to content

Commit

Permalink
conan: remove deprecated cmake_paths
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Feb 10, 2025
1 parent f2c665e commit 150a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 150a1a2

Please sign in to comment.