From c7692c32cd91c0e98672ce0e997d35f9d3461dd3 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan <johnathan@corganlabs.com> Date: Wed, 3 Aug 2016 13:47:27 -0700 Subject: cmake: nuke cpack from existence CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. --- gr-audio/examples/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-audio/examples/python') diff --git a/gr-audio/examples/python/CMakeLists.txt b/gr-audio/examples/python/CMakeLists.txt index 24e29e2348..01a03fefcd 100644 --- a/gr-audio/examples/python/CMakeLists.txt +++ b/gr-audio/examples/python/CMakeLists.txt @@ -33,5 +33,4 @@ GR_PYTHON_INSTALL(PROGRAMS spectrum_inversion.py test_resampler.py DESTINATION ${GR_PKG_AUDIO_EXAMPLES_DIR} - COMPONENT "audio_python" ) -- cgit v1.2.3