From b40beef9ab0b36b5b9f7dc1d2cc5f044936d2cee Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 10 Jan 2025 00:00:00 +0000 Subject: [PATCH] build(cmake): fix ncnn layer Reshape not found Signed-off-by: k4yt3x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55e3f2b..a800b08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,7 +220,7 @@ else() option(WITH_LAYER_proposal "" OFF) option(WITH_LAYER_reduction "" ON) option(WITH_LAYER_relu "" ON) - option(WITH_LAYER_reshape "" OFF) + option(WITH_LAYER_reshape "" ON) option(WITH_LAYER_roipooling "" OFF) option(WITH_LAYER_scale "" ON) option(WITH_LAYER_sigmoid "" ON)