diff options
Diffstat (limited to 'gr-utils/CMakeLists.txt')
-rw-r--r-- | gr-utils/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-utils/CMakeLists.txt b/gr-utils/CMakeLists.txt index b9d3763e48..d54a06abd1 100644 --- a/gr-utils/CMakeLists.txt +++ b/gr-utils/CMakeLists.txt @@ -46,16 +46,6 @@ GR_REGISTER_COMPONENT("gr-utils" ENABLE_GR_UTILS if(ENABLE_GR_UTILS) ######################################################################## -# Setup CPack components -######################################################################## -include(GrPackage) -CPACK_COMPONENT("utils" - DISPLAY_NAME "Utils" - DESCRIPTION "Misc gnuradio python utilities" - DEPENDS "runtime_python" -) - -######################################################################## # Add subdirectories ######################################################################## add_subdirectory(python/utils) |