Skip to content

Commit

Permalink
Set CMAKE_POLICY_DEFAULT_CMP0077
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
theirix and uilianries authored Oct 21, 2022
1 parent 129d635 commit 1b463f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/exiv2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def generate(self):
tc.variables["EXIV2_ENABLE_WEBREADY"] = self.options.with_curl
tc.variables["EXIV2_ENABLE_CURL"] = self.options.with_curl
tc.variables["EXIV2_ENABLE_SSH"] = False
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW"

if is_msvc(self):
tc.variables["EXIV2_ENABLE_DYNAMIC_RUNTIME"] = "MD" in msvc_runtime_flag(self)
Expand Down

0 comments on commit 1b463f9

Please sign in to comment.