Skip to content

Commit

Permalink
Fix empty install
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 28, 2023
1 parent 0770f1f commit 600cf09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,10 @@ install(
PATTERN "${PROJECT_SOURCE_DIR}/${CSRCS_DIR_NAME}/fastdeploy/runtime/backends/*/*.h"
)

if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/third_libs/install/")
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/third_libs/install/")
endif()

if(NOT ANDROID)
install(
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/third_libs/install
Expand Down

0 comments on commit 600cf09

Please sign in to comment.