Skip to content

Commit

Permalink
Merge pull request #378 from tudo-astroparticlephysics/upgrade_boost_…
Browse files Browse the repository at this point in the history
…dependency

Upgrade boost version in conanfile.py
  • Loading branch information
Jean1995 authored Oct 11, 2023
2 parents 0d7fb45 + 91ec3d3 commit c3b01b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def requirements(self):
if self.options.with_python:
self.requires("pybind11/2.10.1")
if self.options.with_testing:
self.requires("boost/1.75.0")
self.requires("boost/1.83.0")
self.requires("gtest/1.11.0")
if self.options.with_documentation:
self.requires("doxygen/1.8.20")
Expand Down

0 comments on commit c3b01b7

Please sign in to comment.