Skip to content

Commit

Permalink
update ncnn
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jul 28, 2022
1 parent a75cf29 commit 69aa101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ project(rife-ncnn-vulkan)

cmake_minimum_required(VERSION 3.9)

set(CMAKE_BUILD_TYPE Release)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE release CACHE STRING "Choose the type of build" FORCE)
endif()

option(USE_SYSTEM_NCNN "build with system libncnn" OFF)
option(USE_SYSTEM_WEBP "build with system libwebp" OFF)
Expand Down Expand Up @@ -197,6 +199,8 @@ if(NOT USE_SYSTEM_NCNN)
option(WITH_LAYER_deconvolutiondepthwise1d "" OFF)
option(WITH_LAYER_deconvolution3d "" OFF)
option(WITH_LAYER_deconvolutiondepthwise3d "" OFF)
option(WITH_LAYER_einsum "" OFF)
option(WITH_LAYER_deformableconv2d "" OFF)

add_subdirectory(ncnn)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/ncnn
Submodule ncnn updated 992 files

0 comments on commit 69aa101

Please sign in to comment.