Skip to content

Commit

Permalink
Update to Boost 1.82
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
lrineau and uilianries authored Jun 14, 2023
1 parent fc183e7 commit e968c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cgal/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("boost/1.78.0")
self.requires("boost/1.82.0")
self.requires("eigen/3.4.0")
self.requires("mpfr/4.1.0")

Expand Down

0 comments on commit e968c3b

Please sign in to comment.