Skip to content

Commit

Permalink
Fixed duplicate symbols conan-io#2
Browse files Browse the repository at this point in the history
  • Loading branch information
husitawi committed Jul 28, 2024
1 parent a1f0670 commit 8eb63df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/mysql-concpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ def generate(self):
# Boost patches
tc.cache_variables["BOOST_DIR"] = self._package_folder_dep("boost")
# OpenSSL patches
tc.cache_variables["WITH_SSL"] = self._package_folder_dep("openssl")
if self.settings.os == "Windows":
tc.cache_variables["WITH_SSL"] = self._package_folder_dep("openssl")
# ZSTD
tc.cache_variables["WITH_ZSTD"] = self._package_folder_dep("zstd")
tc.generate()
Expand Down

0 comments on commit 8eb63df

Please sign in to comment.