diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e7b71a..79e4050 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -203,7 +203,7 @@ if(NOT USE_SYSTEM_NCNN) option(WITH_LAYER_shufflechannel "" OFF) option(WITH_LAYER_instancenorm "" OFF) option(WITH_LAYER_clip "" OFF) - option(WITH_LAYER_reorg "" OFF) + option(WITH_LAYER_reorg "" ON) option(WITH_LAYER_yolodetectionoutput "" OFF) option(WITH_LAYER_quantize "" OFF) option(WITH_LAYER_dequantize "" OFF)