Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Aug 17, 2022
1 parent 14aa84b commit b2f2183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/libccd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def generate(self):
tc.variables["BUILD_DOCUMENTATION"] = False
tc.variables["ENABLE_DOUBLE_PRECISION"] = self.options.enable_double_precision
tc.variables["CCD_HIDE_ALL_SYMBOLS"] = not self.options.shared
# Honor BUILD_SHARED_LIBS from conan_toolchain (see https://github.com/conan-io/conan/issues/11840)
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW"
tc.generate()

Expand Down

0 comments on commit b2f2183

Please sign in to comment.