fixed yolov4 build issue (#618)

Type: Bug fix

Signed-off-by: Chen <jack.chen@verisilicon.com>
Co-authored-by: Chen <jack.chen@verisilicon.com>
This commit is contained in:
chxin66 2023-07-06 09:30:24 +08:00 committed by GitHub
parent 5d741e8ebe
commit 02d6d72946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ install(TARGETS ${TARGET_NAME} ${TARGET_NAME}
DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
if(TIM_VX_ENABLE_TENSOR_CACHE)
file(GLOB OPENSSL_H ${openssl-cmake_BINARY_DIR}/usr/local/include/openssl/*.h)
install(
FILES
${openssl-cmake_BINARY_DIR}/usr/local/include/openssl/evp.h
FILES ${OPENSSL_H}
DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}/openssl)
endif()
install(