Skip to content

Commit

Permalink
only openssl shared option left in test_package conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thymir authored and davidcarcamodelgado committed Feb 23, 2024
1 parent 847c050 commit 560fcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class HttpLibWebServerAdapterTestConan(ConanFile):
generators = "cmake_find_package"

def configure(self):
self.options["HttpLibWebServerAdapter"].openssl = self.options.openssl
self.options["openssl"].shared = True

def build(self):
cmake = CMake(self)
Expand Down

0 comments on commit 560fcb3

Please sign in to comment.