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()