mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 01:06:12 +00:00
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>
12 lines
453 B
Diff
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)
|