From b6e3217a0eeb72d380a349245fe57b32bb776a59 Mon Sep 17 00:00:00 2001 From: zlpa <> Date: Wed, 20 Aug 2025 22:03:21 +0200 Subject: [PATCH] Don't include `GrPlatform` since its deprecated Use `GNUInstallDirs` instead that makes gr-rigexpert compatible with GnuRadio 3.11. --- CMakeLists.txt | 2 +- lib/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48daeb9..f423bd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ include(GrCompilerSettings) ######################################################################## include(GrVersion) -include(GrPlatform) #define LIB_SUFFIX +include(GNUInstallDirs) if(NOT CMAKE_MODULES_DIR) set(CMAKE_MODULES_DIR lib${LIB_SUFFIX}/cmake) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 2bf46fe..71a1445 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -7,7 +7,7 @@ ######################################################################## # Setup library ######################################################################## -include(GrPlatform) #define LIB_SUFFIX +include(GNUInstallDirs) list(APPEND RigExpert_sources fobos_sdr_impl.cc