From f34c15338bc07357f1a1665e2c6e8fc1eaca7eed Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 2 Oct 2025 08:26:58 +0200 Subject: Increase min boost version to v1.71 and remove boost_system Upcoming boost version will remove boost_system --- src/test_statsserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test_statsserver.sh b/src/test_statsserver.sh index b240cf9..b475945 100755 --- a/src/test_statsserver.sh +++ b/src/test_statsserver.sh @@ -1 +1 @@ -clang++ -Wall --include=../config.h StatsServer.cpp TestStatsServer.cpp Log.cpp -lboost_system -lboost_thread -o test && ./test +clang++ -Wall --include=../config.h StatsServer.cpp TestStatsServer.cpp Log.cpp -lboost_thread -o test && ./test -- cgit v1.2.3