From 1473dc348603db64e96bb423114ac61eb9b5e682 Mon Sep 17 00:00:00 2001 From: Jim Melton Date: Wed, 10 Aug 2022 21:27:47 -0600 Subject: [PATCH] cmakelint --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89a4948d3..0f44f9e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -613,7 +613,7 @@ if(ENABLE_UHD) endif() if(ENABLE_ZMQ) - list(APPEND GR_REQUIRED_COMPONENTS ZEROMQ) + list(APPEND GR_REQUIRED_COMPONENTS ZEROMQ) endif() find_package(GNURADIO)