Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Feb 18, 2024
1 parent f287e4c commit 9f4df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ if(NOT USE_SYSTEM_NCNN)
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ncnn/CMakeLists.txt")
message(FATAL_ERROR "The submodules were not downloaded! Please update submodules with \"git submodule update --init --recursive\" and try again.")
endif()
option(NCNN_SIMPLEVK "" ON)
option(NCNN_INSTALL_SDK "" OFF)
option(NCNN_PIXEL_ROTATE "" OFF)
option(NCNN_PIXEL_AFFINE "" OFF)
Expand All @@ -106,6 +105,7 @@ if(NOT USE_SYSTEM_NCNN)
option(NCNN_DISABLE_RTTI "" ON)
option(NCNN_DISABLE_EXCEPTION "" ON)
option(NCNN_INT8 "" OFF)
option(NCNN_SIMPLEVK "" OFF)

option(WITH_LAYER_absval "" OFF)
option(WITH_LAYER_argmax "" OFF)
Expand Down

0 comments on commit 9f4df23

Please sign in to comment.