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)