Skip to content

Commit

Permalink
bump eigen & octomap
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jan 12, 2022
1 parent 1a0ec78 commit 412528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/fcl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("eigen/3.3.9")
self.requires("eigen/3.4.0")
self.requires("libccd/2.1")
if self.options.with_octomap:
self.requires("octomap/1.9.6")
self.requires("octomap/1.9.7")

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit 412528b

Please sign in to comment.