Skip to content

Commit

Permalink
back to boost 1.80.0
Browse files Browse the repository at this point in the history
waiting bugfix in boost phoenix 1.81.0, otherwise it breaks cctag shared libs build due to duplicated definitions (see boostorg/phoenix#111).
  • Loading branch information
SpaceIm committed Jan 9, 2023
1 parent 92dabcf commit 008927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cctag/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("boost/1.81.0")
self.requires("boost/1.80.0")
self.requires("eigen/3.4.0")
self.requires("onetbb/2020.3")
self.requires("opencv/4.5.5")
Expand Down

0 comments on commit 008927a

Please sign in to comment.