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 7f8da6e commit 5d43e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/conan/oidn/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def generate(self):
tc.variables["OIDN_FILTER_RTLIGHTMAP"] = self.options.with_filter_rtlightmap
tc.variables["OIDN_APPS"] = self.options.with_apps
if self.settings.os == "Linux":
tc.variables["CMAKE_SKIP_BUILD_RPATH"] = True
tc.variables["CMAKE_BUILD_RPATH_USE_ORIGIN"] = True
tc.cache_variables["CMAKE_SKIP_BUILD_RPATH"] = True
tc.cache_variables["CMAKE_BUILD_RPATH_USE_ORIGIN"] = True
tc.generate()

deps = CMakeDeps(self)
Expand Down

0 comments on commit 5d43e36

Please sign in to comment.