Skip to content

Commit

Permalink
Forgot to add cache.json to cmake install in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Feb 24, 2022
1 parent 33751f5 commit 6bbea87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/InstallFAST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ install(DIRECTORY ${PROJECT_BINARY_DIR}/licences/
)
if(FAST_MODULE_OpenVINO)
if(WIN32)
install(FILES ${PROJECT_BINARY_DIR}/bin/plugins.xml
install(FILES ${PROJECT_BINARY_DIR}/bin/plugins.xml ${PROJECT_BINARY_DIR}/bin/cache.json
DESTINATION fast/bin/
COMPONENT fast
)
else()
install(FILES ${PROJECT_BINARY_DIR}/lib/plugins.xml
install(FILES ${PROJECT_BINARY_DIR}/lib/plugins.xml ${PROJECT_BINARY_DIR}/lib/cache.json
DESTINATION fast/lib/
COMPONENT fast
)
Expand Down

0 comments on commit 6bbea87

Please sign in to comment.