Skip to content

Commit 3eddcd8

Browse files
authored
Bump up to v0.3.1
1 parent 589a696 commit 3eddcd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.10)
22
project(lite.ai.toolkit)
33

44
set(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)
77
include(cmake/utils.cmake)
88

99
if (NOT (UNIX AND NOT APPLE))
@@ -27,10 +27,10 @@ set(CMAKE_CUDA_ARCHITECTURES 89) # For RTX 20xx series
2727
enable_language(CUDA)
2828
set(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)
3232
option(ENABLE_ONNXRUNTIME "enable ONNXRuntime engine" ON)
33-
option(ENABLE_TENSORRT "enable TensorRT engine" ON)
33+
option(ENABLE_TENSORRT "enable TensorRT engine" OFF)
3434
option(ENABLE_MNN "enable MNN engine" OFF)
3535
option(ENABLE_NCNN "enable NCNN engine" OFF)
3636
option(ENABLE_TNN "enable TNN engine" OFF)

0 commit comments

Comments
 (0)