File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.10)
22project (lite.ai.toolkit)
33
44set (CMAKE_CXX_STANDARD 17)
5- set (VERSION_STRING 0.2.0 )
6- set (SOVERSION_STRING 0.2.0 )
5+ set (VERSION_STRING 0.3.1 )
6+ set (SOVERSION_STRING 0.3.1 )
77include (cmake/utils.cmake)
88
99if (NOT (UNIX AND NOT APPLE ))
@@ -27,10 +27,10 @@ set(CMAKE_CUDA_ARCHITECTURES 89) # For RTX 20xx series
2727enable_language (CUDA)
2828set (LITE_AI_ROOT_DIR ${CMAKE_SOURCE_DIR} )
2929
30- option (ENABLE_TEST "build test examples." ON )
31- option (ENABLE_DEBUG_STRING "enable DEBUG string or not" ON )
30+ option (ENABLE_TEST "build test examples." OFF )
31+ option (ENABLE_DEBUG_STRING "enable DEBUG string or not" OFF )
3232option (ENABLE_ONNXRUNTIME "enable ONNXRuntime engine" ON )
33- option (ENABLE_TENSORRT "enable TensorRT engine" ON )
33+ option (ENABLE_TENSORRT "enable TensorRT engine" OFF )
3434option (ENABLE_MNN "enable MNN engine" OFF )
3535option (ENABLE_NCNN "enable NCNN engine" OFF )
3636option (ENABLE_TNN "enable TNN engine" OFF )
You can’t perform that action at this time.
0 commit comments