From 9529e070ea9e9afd1da17edd48993d560fdc0d7a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 15 Dec 2025 21:52:49 +0200 Subject: [PATCH] Still install boost_system, for the CMake configuration. Refs #132. --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index 65da5aa..5b6545c 100644 --- a/build.jam +++ b/build.jam @@ -21,4 +21,5 @@ explicit ; call-if : boost-library system + : install boost_system ;