Skip to content

Commit

Permalink
Merge pull request #7072 from radarhere/fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 6, 2023
2 parents 943a7a8 + b2b660e commit 7e2ac65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,6 @@ def build_extensions(self):
# Add the directory to the include path so we can include
# <openjpeg.h> rather than having to cope with the versioned
# include path
# FIXME (melvyn-sopacua):
# At this point it's possible that best_path is already in
# self.compiler.include_dirs. Should investigate how that is
# possible.
_add_directory(self.compiler.include_dirs, best_path, 0)
feature.jpeg2000 = "openjp2"
feature.openjpeg_version = ".".join(str(x) for x in best_version)
Expand Down

0 comments on commit 7e2ac65

Please sign in to comment.