Skip to content

Commit 8081fec

Browse files
Fixing typo from CMake refactoring
1 parent 157c4b6 commit 8081fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if ("hip" IN_LIST SYCL_ENABLE_PLUGINS)
146146
set(SYCL_BUILD_PI_HIP ON)
147147
endif()
148148
if ("esimd_emulator" IN_LIST SYCL_ENABLE_PLUGINS)
149-
set(SYCL_BUILD_PI_HIP ON)
149+
set(SYCL_BUILD_PI_ESIMD_EMULATOR ON)
150150
endif()
151151

152152
# Configure SYCL version macro

0 commit comments

Comments
 (0)