chore: fix cmake fastdeploy target name

This commit is contained in:
Horror Proton
2024-05-25 16:14:30 +08:00
parent c413b14df3
commit fa355d48bc

View File

@@ -105,7 +105,7 @@ else()
endif()
get_target_property(fastdeploy_type fastdeploy_ppocr TYPE)
if(fastdeploy_type STREQUAL "SHARED_LIBRARY")
install(TARGETS fastdeploy)
install(TARGETS fastdeploy_ppocr)
endif()
else()
find_package(fastdeploy_ppocr REQUIRED)