Skip to content

Commit 9661bc8

Browse files
authored
Update CMakeLists.txt
1 parent 3a70325 commit 9661bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/oneCCL/tutorials/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.4)
22
if("${CMAKE_CXX_COMPILER}" STREQUAL "")
33
set(CMAKE_C_COMPILER "icx")
4-
set(CMAKE_CXX_COMPILER "dpcpp")
4+
set(CMAKE_CXX_COMPILER "icpx")
55
endif()
66
project (oneDNN)
77
if("$ENV{EXAMPLE_ROOT}" STREQUAL "")

0 commit comments

Comments
 (0)