Skip to content

Commit

Permalink
added prior opNav dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 14, 2024
1 parent be5b0fc commit f89c801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ def build_requirements(self):

def requirements(self):
if self.options.get_safe("opNav"):
self.requires("pcre/8.45")
self.requires("opencv/4.5.5")
self.requires("zlib/1.2.13")
self.requires("xz_utils/5.4.0")

if self.options.get_safe("vizInterface") or self.options.get_safe("opNav"):
self.requires("protobuf/3.21.12")
Expand Down

0 comments on commit f89c801

Please sign in to comment.