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 --- lib/ClockTAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ClockTAI.cpp') diff --git a/lib/ClockTAI.cpp b/lib/ClockTAI.cpp index 06e88f8..5b6534f 100644 --- a/lib/ClockTAI.cpp +++ b/lib/ClockTAI.cpp @@ -30,7 +30,7 @@ * * This file contains self-test code that can be executed by running * g++ -g -Wall -DTAI_TEST -DHAVE_CURL -std=c++11 -lcurl -pthread \ - * ClockTAI.cpp Log.cpp RemoteControl.cpp -lboost_system -o taitest && ./taitest + * ClockTAI.cpp Log.cpp RemoteControl.cpp -o taitest && ./taitest */ #include -- cgit v1.2.3