1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Anton Gladky <gladk@debian.org>
Date: Mar, 19 2026 05:19:42 +0000
Subject: Remove boost systems
Bug-Debian: https://bugs.debian.org/1127278
Index: soapyosmo-0.2.5/CMakeLists.txt
===================================================================
--- soapyosmo-0.2.5.orig/CMakeLists.txt
+++ soapyosmo-0.2.5/CMakeLists.txt
@@ -101,7 +101,6 @@ MESSAGE(STATUS "Configuring Boost C++ Li
# Although not required on my system, some users have linking issues without
SET(BOOST_REQUIRED_COMPONENTS
thread
- system
chrono
)
|