We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d21be commit f95f159Copy full SHA for f95f159
dpnp/backend/CMakeLists.txt
@@ -42,7 +42,7 @@ else()
42
if(UNIX)
43
set(DPNP_ONEAPI_ROOT "/opt/intel/oneapi" CACHE PATH "Folder contains oneapi tool set")
44
elseif(WIN32)
45
- set(DPNP_ONEAPI_ROOT "C:\Program Files (x86)\Intel\oneAPI" CACHE PATH "Folder contains oneapi tool set")
+ set(DPNP_ONEAPI_ROOT "C:/Program Files (x86)/Intel/oneAPI" CACHE PATH "Folder contains oneapi tool set")
46
else()
47
message(FATAL_ERROR "Unsupported system ${CMAKE_SYSTEM}")
48
endif()
0 commit comments