Skip to content

Commit

Permalink
Pin opencv recipe revision number
Browse files Browse the repository at this point in the history
The revision number immediately following presents a compilation error.
This commit pins the revision for now until more time is available to
debug a long term solution.
  • Loading branch information
patkenneally committed Aug 16, 2023
1 parent 99856e2 commit 0380766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def system_requirements(self):
def requirements(self):
if self.options.opNav:
self.requires.add("pcre/8.45")
self.requires.add("opencv/4.1.2")
self.requires.add("opencv/4.1.2#b610ad323f67adc1b51e402cb5d68d70")
self.options['opencv'].with_ffmpeg = False # video frame encoding lib
self.options['opencv'].with_ade = False # graph manipulations framework
self.options['opencv'].with_tiff = False # generate image in TIFF format
Expand Down

0 comments on commit 0380766

Please sign in to comment.