Skip to content

Commit

Permalink
Removed FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 6, 2023
1 parent 943a7a8 commit b2b660e
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 b2b660e

Please sign in to comment.