Skip to content
Prev Previous commit
Next Next commit
Add requires-b2 check to top-level build file.
  • Loading branch information
grafikrobot committed May 5, 2024
commit 4e7bb5c8b8a220ff7fb398536c18a43446a02e2d
2 changes: 2 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

require-b2 5.1 ;

import project ;

project /boost/safe_numerics
Expand Down