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 29d2640 commit ea9d4b0Copy full SHA for ea9d4b0
CMakeLists.txt
@@ -62,7 +62,7 @@ include(config_ccache)
62
option(AF_BUILD_CPU "Build ArrayFire with a CPU backend" ON)
63
option(AF_BUILD_CUDA "Build ArrayFire with a CUDA backend" ${CUDA_FOUND})
64
option(AF_BUILD_OPENCL "Build ArrayFire with a OpenCL backend" ${OpenCL_FOUND})
65
-option(AF_BUILD_ONEAPI "Build ArrayFire with a oneAPI backend" ${IntelDPCPP_FOUND})
+option(AF_BUILD_ONEAPI "Build ArrayFire with a oneAPI backend" OFF)
66
option(AF_BUILD_UNIFIED "Build Backend-Independent ArrayFire API" ON)
67
option(AF_BUILD_DOCS "Create ArrayFire Documentation" ${DOXYGEN_FOUND})
68
option(AF_BUILD_EXAMPLES "Build Examples" ON)
0 commit comments