Skip to content

Commit f95f159

Browse files
committed
slashes fix for windows
1 parent f0d21be commit f95f159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else()
4242
if(UNIX)
4343
set(DPNP_ONEAPI_ROOT "/opt/intel/oneapi" CACHE PATH "Folder contains oneapi tool set")
4444
elseif(WIN32)
45-
set(DPNP_ONEAPI_ROOT "C:\Program Files (x86)\Intel\oneAPI" CACHE PATH "Folder contains oneapi tool set")
45+
set(DPNP_ONEAPI_ROOT "C:/Program Files (x86)/Intel/oneAPI" CACHE PATH "Folder contains oneapi tool set")
4646
else()
4747
message(FATAL_ERROR "Unsupported system ${CMAKE_SYSTEM}")
4848
endif()

0 commit comments

Comments
 (0)