diff --git a/recipes/openssl/3.x.x/conanfile.py b/recipes/openssl/3.x.x/conanfile.py index 136766bdaaa894..6e986eca67d991 100644 --- a/recipes/openssl/3.x.x/conanfile.py +++ b/recipes/openssl/3.x.x/conanfile.py @@ -711,6 +711,7 @@ def _module_file_rel_path(self): "conan-official-{}-variables.cmake".format(self.name)) def package_info(self): + self.cpp_info.set_property("cmake_file_name", "OpenSSL") self.cpp_info.set_property("cmake_target_name", "OpenSSL") self.cpp_info.set_property("pkg_config_name", "openssl")