File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function (check_for_dpcpp)
10
10
endif ()
11
11
12
12
if (WIN32 )
13
- set (dpcpp_cmd "${DPCPP_ROOT} /bin/dpcpp-cl " )
13
+ set (dpcpp_cmd "${DPCPP_ROOT} /bin/dpcpp" )
14
14
set (dpcpp_arg "--version" )
15
15
elseif (UNIX )
16
16
set (dpcpp_cmd "dpcpp" )
@@ -62,7 +62,7 @@ check_for_dpcpp()
62
62
check_for_numpy_inc()
63
63
64
64
if (WIN32 )
65
- set (CMAKE_CXX_COMPILER:PATH "${DPCPP_ROOT} /bin/dpcpp-cl " )
65
+ set (CMAKE_CXX_COMPILER:PATH "${DPCPP_ROOT} /bin/dpcpp" )
66
66
set (CMAKE_C_COMPILER:PATH "${DPCPP_ROOT} /bin/clang-cl" )
67
67
set (CMAKE_LINKER:PATH "${DPCPP_ROOT} /bin/lld-link" )
68
68
message (STATUS "Resetting CXX compiler to: " ${CMAKE_CXX_COMPILER} )
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ IF ERRORLEVEL 1 exit 1
3
3
REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted.
4
4
set ERRORLEVEL =
5
5
6
- set " CC = dpcpp-cl .exe"
7
- set " CXX = dpcpp-cl .exe"
6
+ set " CC = dpcpp.exe"
7
+ set " CXX = dpcpp.exe"
8
8
9
9
rmdir /S /Q build_cmake
10
10
mkdir build_cmake
You can’t perform that action at this time.
0 commit comments