diff --git a/build_files/cmake/platform/platform_win32.cmake b/build_files/cmake/platform/platform_win32.cmake index 7707a5f1df7..c7bad653098 100644 --- a/build_files/cmake/platform/platform_win32.cmake +++ b/build_files/cmake/platform/platform_win32.cmake @@ -1088,7 +1088,7 @@ if(WITH_CYCLES AND (WITH_CYCLES_DEVICE_ONEAPI OR (WITH_CYCLES_EMBREE AND EMBREE_ ${SYCL_ROOT_DIR}/bin/sycl[0-9].dll ) foreach(sycl_runtime_library IN LISTS _sycl_runtime_libraries_glob) - string(REPLACE ".dll" "_d.dll" sycl_runtime_library_debug ${sycl_runtime_library}) + string(REPLACE ".dll" "d.dll" sycl_runtime_library_debug ${sycl_runtime_library}) list(APPEND _sycl_runtime_libraries RELEASE ${sycl_runtime_library}) list(APPEND _sycl_runtime_libraries DEBUG ${sycl_runtime_library_debug}) endforeach()