Skip to content

Commit

Permalink
remove Windows OpenCV fix
Browse files Browse the repository at this point in the history
This issue has been fixed in the current version of conan.
  • Loading branch information
schaubh committed Nov 28, 2024
1 parent e20cd5a commit b67b165
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ def configure(self):
self.options['opencv'].with_quirc = False # QR code lib
self.options['opencv'].with_webp = False # raster graphics file format for web

# Raise an issue to conan-center to fix this bug. Using workaround to disable freetype for windows
# Issue link: https://github.com/conan-community/community/issues/341
#TODO Remove this once they fix this issue.
# TODO: Confirm if still needed.
if is_msvc(self):
self.options['opencv'].freetype = False

if is_msvc(self):
self.options["*"].shared = True

Expand Down

0 comments on commit b67b165

Please sign in to comment.