Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d11556af
"src/vscode:/vscode.git/clone" did not exist on "5e704a2c71a7c2cc819b2311d9b6c35e6bfe6797"
Unverified
Commit
d11556af
authored
Aug 29, 2022
by
Andrey Talman
Committed by
GitHub
Aug 29, 2022
Browse files
Fix for cygpath windows issue (#6513)
parent
528651a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packaging/build_cmake.sh
packaging/build_cmake.sh
+1
-1
No files found.
packaging/build_cmake.sh
View file @
d11556af
...
...
@@ -97,7 +97,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
"
$script_dir
/windows/internal/vc_env_helper.bat"
"
$script_dir
/windows/internal/build_frcnn.bat"
$PARALLELISM
mv
fasterrcnn_resnet50_fpn.pt Release
cd
Release
export
PATH
=
$(
cygpath
"C:/Program Files (x86)/torchvision/bin"
)
:
$(
cygpath
$TORCH_PATH
)
/lib:
$PATH
export
PATH
=
$(
cygpath
-w
"C:/Program Files (x86)/torchvision/bin"
)
:
$(
cygpath
-w
$TORCH_PATH
)
/lib:
$PATH
else
make
-j
$PARALLELISM
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment