chore: fix cmake fastdeploy target name

This commit is contained in:
Horror Proton
2024-05-25 16:14:30 +08:00
parent 05fb908ee2
commit 799d53bec8

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)