mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge pull request #26096 from mshabunin:fix-riscv-install
RISC-V: fix installation process
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user