Skip to content

Commit

Permalink
Update conanfile.py to Conan v1.41.0 and new ssl version (avoid confl…
Browse files Browse the repository at this point in the history
…icts). (#450)
  • Loading branch information
Kerstin-Keller authored Jan 5, 2022
1 parent ec032fb commit 98a5780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def requirements(self):
#self.requires("asio/1.19.2")
self.requires("gtest/1.11.0")
self.requires("tinyxml2/8.0.0")
self.requires("openssl/1.1.1l", override=True)

def configure(self):
if self.settings.os == "Windows":
Expand All @@ -32,7 +33,7 @@ def configure(self):

def generate(self):
# Don't generate the config files for doxygen. They don't work properlyexit
self.deps_cpp_info["doxygen"].set_property("skip_deps_file", True)
self.deps_cpp_info["doxygen"].set_property("cmake_find_mode", "none")
cmake = CMakeDeps(self)
cmake.generate()

Expand Down

0 comments on commit 98a5780

Please sign in to comment.