Skip to content

Commit

Permalink
(#16497) cryptopp: commit 479d2eb regression (typo in set_property)
Browse files Browse the repository at this point in the history
  • Loading branch information
db4 authored Mar 10, 2023
1 parent cf418f2 commit 811ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cryptopp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def package_info(self):
self.cpp_info.set_property("cmake_file_name", "cryptopp")
self.cpp_info.set_property("cmake_target_name", "cryptopp::cryptopp")
legacy_cmake_target = "cryptopp-shared" if self.options.shared else "cryptopp-static"
self.cpp_info.set_property("cmake_target_name_aliases", [legacy_cmake_target])
self.cpp_info.set_property("cmake_target_aliases", [legacy_cmake_target])
self.cpp_info.set_property("pkg_config_name", "libcryptopp")

# TODO: back to global scope once cmake_find_package* generators removed
Expand Down

0 comments on commit 811ff32

Please sign in to comment.