Skip to content

Commit 532a1f9

Browse files
authored
Update CMakeLists.txt
1 parent bb81f21 commit 532a1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ IF (NOT CMAKE_BUILD_TYPE)
4949
ENDIF()
5050

5151
# 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)
5454
OPTION (TENGINE_BUILD_DEMO "Build demos" OFF)
5555
OPTION (TENGINE_BUILD_TESTS "Build tests" OFF)
5656
OPTION (TENGINE_BUILD_CPP_API "Build C++ API" OFF)
5757

5858
# Tools options
5959
# Tools
60-
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" ON)
60+
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" OFF)
6161
OPTION (TENGINE_BUILD_QUANT_TOOL "Build quantization tool" OFF)
6262

6363
# Multithreading option

0 commit comments

Comments
 (0)