We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b000db8 commit f810047Copy full SHA for f810047
sycl/plugins/esimd_emulator/CMakeLists.txt
@@ -69,7 +69,7 @@ else ()
69
set (replacing_pattern s/{\ ?GFX_EMU_WITH_FLAGS_.*//g)
70
ExternalProject_Add(cm-emu
71
GIT_REPOSITORY https://github.com/intel/cm-cpu-emulation.git
72
- GIT_TAG c19234cea13bdfc32b5ed9
+ GIT_TAG f9d167edbcb995e713d5a8
73
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_build
74
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_install
75
PATCH_COMMAND perl -pi.back -e ${replacing_pattern} ${CMAKE_CURRENT_BINARY_DIR}/cm-emu-prefix/src/cm-emu/common/emu_log.h
0 commit comments