Skip to content

Commit

Permalink
remove Release dir in mmdeploy package (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc authored Aug 31, 2022
1 parent ac9db5b commit 8a40f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/package_tools/mmdeploy_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def build_mmdeploy(cfg, mmdeploy_dir, dist_dir=None):
build_cmd = 'cmake --build . --config Release -- /m'
_call_command(build_cmd, build_dir)
install_cmd = 'cmake --install . --config Release'
_remove_if_exist(build_dir, 'lib', 'Release')
_call_command(install_cmd, build_dir)
else:
# build cmd
Expand Down

0 comments on commit 8a40f19

Please sign in to comment.