Merge pull request #26096 from mshabunin:fix-riscv-install

RISC-V: fix installation process
pull/26100/head
Alexander Smorkalov 3 months ago committed by GitHub
commit 8def9f75c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      cmake/OpenCVCompilerOptimizations.cmake

@ -423,9 +423,6 @@ elseif(RISCV)
ocv_update(CPU_RVV_FLAGS_CONFLICT "-march=[^ ]*")
if(NOT ${BUILD_SHARED_LIBS}) # static build for k230
add_extra_compiler_option("-static -static-libgcc -static-libstdc++")
endif()
set(CPU_DISPATCH "FP16;RVV_ZVFH" CACHE STRING "${HELP_CPU_DISPATCH}")
set(CPU_BASELINE "DETECT" CACHE STRING "${HELP_CPU_BASELINE}")

Loading…
Cancel
Save