Skip to content

Commit

Permalink
set the api cmake option off
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Jan 24, 2024
1 parent 386515d commit 0c657c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ option(OCOS_ENABLE_CV2 "Enable the operators in `operators/cv2`" ON)
option(OCOS_ENABLE_VISION "Enable the operators in `operators/vision`" ON)
option(OCOS_ENABLE_AUDIO "Enable the operators for audio processing" ON)
option(OCOS_ENABLE_AZURE "Enable the operators for azure execution provider" OFF)
option(OCOS_ENABLE_TOKENIZER_API "Enable building the tokenizer API" ON)
option(OCOS_ENABLE_TOKENIZER_API "Enable building the tokenizer API" OFF)

option(OCOS_ENABLE_STATIC_LIB "Enable generating static library" OFF)
option(OCOS_ENABLE_SELECTED_OPLIST "Enable including the selected_ops tool file" OFF)
Expand Down
3 changes: 1 addition & 2 deletions cmake/externals/simdjson.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ FetchContent_Declare(
URL_HASH SHA1=2b063a2e81f74a5d1cb937fadf3d2fca0f1edb09
)

FetchContent_MakeAvailable(simdjson)

FetchContent_MakeAvailable(simdjson)

0 comments on commit 0c657c1

Please sign in to comment.