File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ IF (NOT CMAKE_BUILD_TYPE)
49
49
ENDIF ()
50
50
51
51
# Module options
52
- OPTION (TENGINE_BUILD_BENCHMARK "Build benchmark" OFF )
53
- OPTION (TENGINE_BUILD_EXAMPLES "Build examples" OFF )
52
+ OPTION (TENGINE_BUILD_BENCHMARK "Build benchmark" ON )
53
+ OPTION (TENGINE_BUILD_EXAMPLES "Build examples" ON )
54
54
OPTION (TENGINE_BUILD_DEMO "Build demos" OFF )
55
55
OPTION (TENGINE_BUILD_TESTS "Build tests" OFF )
56
56
OPTION (TENGINE_BUILD_CPP_API "Build C++ API" OFF )
57
57
58
58
# Tools options
59
59
# Tools
60
- OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" ON )
60
+ OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" OFF )
61
61
OPTION (TENGINE_BUILD_QUANT_TOOL "Build quantization tool" OFF )
62
62
63
63
# Multithreading option
You can’t perform that action at this time.
0 commit comments