Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Hallade <xavier.hallade@intel.com>2022-06-24 23:04:41 +0300
committerXavier Hallade <xavier.hallade@intel.com>2022-06-24 23:04:41 +0300
commita8c9d857a46f9214eb0bf6e3016e61d51e177dc6 (patch)
tree70a223a58fe627e41a4363e43918449176070ed6 /intern/cycles
parent19bfb3d04bd705f00a0bd62e900183311181270f (diff)
Build: fix sycl.dll and pi_level_zero.dll install paths for cpack
these DLLs need to be installed next to blender.exe, it was already the case when calling cmake but cpack was missing them during packaging.
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/kernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index 146a9d61e0a..1453f1e47f1 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -884,7 +884,7 @@ if(WITH_CYCLES_DEVICE_ONEAPI)
sycl.dll
pi_level_zero.dll
)
- delayed_install("${sycl_compiler_root}" "${SYCL_RUNTIME_DEPENDENCIES}" ${CMAKE_INSTALL_PREFIX})
+ delayed_install("${sycl_compiler_root}" "${SYCL_RUNTIME_DEPENDENCIES}" "../")
elseif(UNIX AND NOT APPLE)
file(GLOB SYCL_RUNTIME_DEPENDENCIES
${sycl_compiler_root}/../lib/libsycl.so