From 7c9118a33fcaf7c1d73e0d42a403a4e906a86b8f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 26 Nov 2023 10:18:58 +0100 Subject: [PATCH] Fix building with latest GNU Radio --- cmake/Modules/FindGNURADIO.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindGNURADIO.cmake b/cmake/Modules/FindGNURADIO.cmake index 9d6926e36..5ce37cba6 100644 --- a/cmake/Modules/FindGNURADIO.cmake +++ b/cmake/Modules/FindGNURADIO.cmake @@ -406,7 +406,7 @@ if(GNURADIO_RUNTIME_INCLUDE_DIRS) if("#include " STREQUAL "${_file_line}") set(_uses_log4cpp TRUE) endif() - if("#include " STREQUAL "${_file_line}") + if("#include " STREQUAL "${_file_line}") set(_uses_spdlog TRUE) endif() endforeach()