From 95cc4d7b7a5a6ba3682abca53b0fde41b8b6e206 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 4 Aug 2019 23:15:31 +0200 Subject: [PATCH] Remove patch for v0.0.10 --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e9f4de8f..3f76f25c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1957,9 +1957,7 @@ endif() if(${Protobuf_VERSION} VERSION_EQUAL "0.0.0") unset(Protobuf_VERSION) endif() -if(PC_GNURADIO_RUNTIME_VERSION VERSION_LESS "3.7.99") - set(PC_GNURADIO_RUNTIME_VERSION "3.7.13") -endif() + ################################################################################