Skip to content

Commit 8f08dba

Browse files
URL fix - Pre-built CM library package location
- File name is changed in open-source CM_EMU git repo as there was mismatch between version number in archive name and extracted directory name
1 parent 56c00a0 commit 8f08dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/esimd_cpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else ()
5151
message(FATAL_ERROR "ESIMD_CPU is not supported under Windows environment yet")
5252
else()
5353
# FIXME/TODO : Use 'generic' package instead of 'u18.04'
54-
set (CM_PACKAGE_URL "https://github.com/intel/cm-cpu-emulation/releases/download/v2021-07-21/intel-cmemu-1.0.1.u18.04-release.x86_64.tar.xz")
54+
set (CM_PACKAGE_URL "https://github.com/intel/cm-cpu-emulation/releases/download/v2021-07-21/intel-cmemu-1.0.7.u18.04-release.x86_64.tar.xz")
5555
endif()
5656
endif()
5757
file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_install)

0 commit comments

Comments
 (0)