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 57bf87e commit 11dc4e8Copy full SHA for 11dc4e8
CMakeLists.txt
@@ -6,8 +6,9 @@ project(dpnp
6
DESCRIPTION "NumPy-like API accelerated by SYCL."
7
)
8
9
-option(DPNP_GENERATE_COVERAGE "Enable build DPNP with coverage instrumentation" FALSE)
10
-option(DPNP_BACKEND_TESTS "Enable building of DPNP backend test suite" FALSE)
+option(DPNP_GENERATE_COVERAGE "Enable build DPNP with coverage instrumentation" OFF)
+option(DPNP_BACKEND_TESTS "Enable building of DPNP backend test suite" OFF)
11
+option(DPNP_WITH_REDIST "Build DPNP assuming DPC++ redistributable is installed into Python prefix" OFF)
12
13
set(CMAKE_CXX_STANDARD 17)
14
set(CMAKE_CXX_STANDARD_REQUIRED True)
0 commit comments