Skip to content

Commit

Permalink
Update Boost and ICU
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Dec 30, 2023
1 parent df7688c commit c1e442f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ def validate(self):

def requirements(self):
if self.options.with_tools:
self.requires("boost/1.80.0")
self.requires("boost/1.83.0")

if self.options.with_docs:
self.requires("doxygen/1.9.4")

if self.settings.os == "Linux" or tools.is_apple_os(self.settings.os):
self.requires("icu/72.1")
self.requires("icu/74.1")

self.requires("xerces-c/3.2.4")

Expand Down

0 comments on commit c1e442f

Please sign in to comment.