We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905ab67 + a1aee81 commit 773bbceCopy full SHA for 773bbce
CMakeLists.txt
@@ -138,7 +138,14 @@ add_executable(oidn-denoise IMPORTED)
138
set_property(TARGET oidn-denoise PROPERTY IMPORTED_LOCATION "${LUX_OIDN_DENOISE_PATH}")
139
140
INSTALL(TARGETS pyluxcore DESTINATION pyluxcore)
141
-INSTALL(IMPORTED_RUNTIME_ARTIFACTS oidn-denoise DESTINATION pyluxcore)
+INSTALL(
142
+ IMPORTED_RUNTIME_ARTIFACTS oidn-denoise
143
+ DESTINATION pyluxcore
144
+ PERMISSIONS
145
+ OWNER_WRITE OWNER_READ OWNER_EXECUTE
146
+ GROUP_READ GROUP_EXECUTE
147
+ WORLD_READ WORLD_EXECUTE
148
+)
149
if(WIN32)
150
# Delvewheel doesn't handle executables, however we need to delocate oidnDenoise.
151
# Therefore we have to let Delvewheel believe oidnDenoise is a lib...
0 commit comments