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
cab9fba8
Unverified
Commit
cab9fba8
authored
Aug 02, 2023
by
Nicolas Hug
Committed by
GitHub
Aug 02, 2023
Browse files
Fix typo in setup.py (#7792)
Co-authored-by:
Philip Meier
<
github.pmeier@posteo.de
>
parent
408917d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
cab9fba8
...
...
@@ -303,8 +303,8 @@ def get_extensions():
use_jpeg
=
use_jpeg
and
jpeg_found
if
use_jpeg
:
print
(
"Building torchvision with JPEG image support"
)
print
(
f
" lib
pn
g include path:
{
jpeg_include
}
"
)
print
(
f
" lib
pn
g lib path:
{
jpeg_lib
}
"
)
print
(
f
" lib
jpe
g include path:
{
jpeg_include
}
"
)
print
(
f
" lib
jpe
g lib path:
{
jpeg_lib
}
"
)
image_link_flags
.
append
(
"jpeg"
)
if
jpeg_conda
:
image_library
+=
[
jpeg_lib
]
...
...
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