From 8d4633ae5bc782c7b4a39cfea842021589011af2 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 5 May 2024 09:01:07 -0500 Subject: [PATCH] Add requires-b2 check to top-level build file. --- Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamfile b/Jamfile index 7e37136..98f02c2 100644 --- a/Jamfile +++ b/Jamfile @@ -3,6 +3,8 @@ # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) +require-b2 5.1 ; + import option ; import path ;