We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f4e8b commit 54011e2Copy full SHA for 54011e2
1 file changed
CMakeLists.txt
@@ -5,6 +5,7 @@ option(DNN_BUILD_BIN "Build binaries" ON)
5
option(DNN_BUILD_JNI "Build Java Wrapper" OFF)
6
option(DNN_READ_ONNX "Read ONNX model directly instead of converting to .daq" OFF)
7
option(DNN_SYSTEM_PROTOBUF "Use system protobuf when building onnx2daq" OFF)
8
+option(DNN_BUILD_PYTHON "Build Python wrapper for onnx2daq" ON)
9
10
include(cmake/system.cmake)
11
include(cmake/glog.cmake)
@@ -27,7 +28,6 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Android")
27
28
add_subdirectory(dnnlibrary)
29
add_subdirectory(binaries)
30
else()
- option(DNN_BUILD_PYTHON "Build Python wrapper for onnx2daq" ON)
31
set (CMAKE_CXX_STANDARD 11)
32
include(cmake/onnx.cmake)
33
configure_onnx()
0 commit comments