Skip to content

Commit

Permalink
oidn
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Dec 26, 2024
1 parent 64e5e82 commit 2ae4236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps/conan/oidn/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ def generate(self):
tc.cache_variables["CMAKE_BUILD_WITH_INSTALL_RPATH"] = True
tc.cache_variables["CMAKE_INSTALL_RPATH"] = "\\\\\${ORIGIN}/."
if self.settings.os == "Macos":
# tc.cache_variables["CMAKE_SKIP_BUILD_RPATH"] = True
tc.cache_variables["CMAKE_SKIP_RPATH"] = True
tc.cache_variables["CMAKE_INSTALL_RPATH"] = "\\\\\${ORIGIN}/."
# tc.cache_variables["CMAKE_SKIP_RPATH"] = True
tc.cache_variables["CMAKE_SKIP_BUILD_RPATH"] = True
tc.generate()

deps = CMakeDeps(self)
Expand Down

0 comments on commit 2ae4236

Please sign in to comment.