Files
termux-packages/packages/libncnn/CMakeLists.txt.patch
termux-pacman-bot 25c93539b9 libprotobuf: Bump to 25.1
Signed-off-by: Kevin Williams <admin@utermux.dev>

Co-authored-by: Twaik Yont <twaikyont@gmail.com>
Co-Authored-By: Chongyun Lee <45286352+licy183@users.noreply.github.com>
2023-12-24 14:31:10 +00:00

12 lines
453 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -556,7 +556,7 @@ if(NCNN_VULKAN)
message(FATAL_ERROR "The submodules were not downloaded! Please update submodules with \"git submodule update --init\" and try again.")
else()
# glslang requires c++11
- set(CMAKE_CXX_STANDARD 11)
+ set(CMAKE_CXX_STANDARD 17)
option(BUILD_EXTERNAL "" OFF)
option(ENABLE_SPVREMAPPER "" OFF)