Skip to content

Commit

Permalink
Add extra remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 2, 2023
1 parent 7ad3731 commit f945b14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/custom_install_viame.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ if( VIAME_ENABLE_DARKNET )
file( COPY ${DARKNET_BIN_LINUX} DESTINATION ${OUTPUT_BIN_DIR} )
endif()
endif()
endif()

# Remove un-needed scripts
if( EXISTS "${VIAME_INSTALL_PREFIX}/setup_vars_opencv4.cmd" )
file( REMOVE "${VIAME_INSTALL_PREFIX}/setup_vars_opencv4.cmd" )
endif()

0 comments on commit f945b14

Please sign in to comment.