File tree 2 files changed +0
-52
lines changed
2 files changed +0
-52
lines changed Original file line number Diff line number Diff line change @@ -723,12 +723,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
723
723
endif ()
724
724
endif ()
725
725
726
- if (ANDROID_NDK_MAJOR AND (ANDROID_NDK_MAJOR GREATER_EQUAL 27))
727
- # llvm 18 in ndk-27 introduce __libcpp_verbose_abort for assertion output
728
- # define empty body for fixing linking issue with old ndk
729
- add_definitions ("-D_LIBCPP_VERBOSE_ABORT\\ (format,args...\\ )=" )
730
- endif ()
731
-
732
726
if (NCNN_VULKAN)
733
727
if (NCNN_SYSTEM_GLSLANG)
734
728
find_package (Threads)
@@ -772,10 +766,6 @@ if(NCNN_VULKAN)
772
766
# glslang requires c++11
773
767
set (CMAKE_CXX_STANDARD 11)
774
768
775
- # remove ostream usage in glslang for better libcpp abi compatibility
776
- include (cmake/glslang_drop_ostream.cmake)
777
- glslang_drop_ostream(${CMAKE_CURRENT_LIST_DIR} /glslang)
778
-
779
769
option (BUILD_EXTERNAL "" OFF )
780
770
option (ENABLE_SPVREMAPPER "" OFF )
781
771
option (ENABLE_GLSLANG_BINARIES "" OFF )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments