From f773cf9fb96e25d064f43cffdc893ac905d91f15 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 28 Sep 2019 13:13:41 +0200 Subject: uhd: Replace boost::regex with std::regex boost::regex was a requirement until the minimum version of gcc was increased. Since it is at version 5.3 now, using Boost.Regex is no longer necessary. This change is a pure search-and-replace; Boost and std versions of regex are compatible and use the same syntax. --- host/cmake/debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'host/cmake/debian/control') diff --git a/host/cmake/debian/control b/host/cmake/debian/control index 4a6bd19ee..107dd8852 100644 --- a/host/cmake/debian/control +++ b/host/cmake/debian/control @@ -10,7 +10,6 @@ Build-Depends: cmake, libboost-dev, libboost-filesystem-dev, libboost-program-options-dev, - libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-test-dev, -- cgit v1.2.3