summaryrefslogtreecommitdiff
path: root/gr-utils/python
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2019-07-29 10:19:21 +0200
committerMarcus Müller <marcus@hostalia.de>2019-08-09 22:49:09 +0200
commitfd7a14cb8ab999439680e54ff4ab6b2cd85e6cc1 (patch)
tree0c4eb04002e65075a0d26716e6966e08cfb8d9fd /gr-utils/python
parenta44a511a35fc78f6aa7ecf067507c921a2865788 (diff)
modtool: Remove checking for click in CMakeLists
Diffstat (limited to 'gr-utils/python')
-rw-r--r--gr-utils/python/modtool/CMakeLists.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/gr-utils/python/modtool/CMakeLists.txt b/gr-utils/python/modtool/CMakeLists.txt
index bcadc56107..90af4f195c 100644
--- a/gr-utils/python/modtool/CMakeLists.txt
+++ b/gr-utils/python/modtool/CMakeLists.txt
@@ -17,29 +17,6 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
-include(GrPython)
-
-GR_PYTHON_CHECK_MODULE_RAW(
- "click"
- "import click"
- CLICK_FOUND
- )
-
-GR_PYTHON_CHECK_MODULE_RAW(
- "click-plugins"
- "import click_plugins"
- CLICK_PLUGINS_FOUND
- )
-
-if(NOT CMAKE_CROSSCOMPILING)
- if(NOT CLICK_FOUND)
- message(FATAL_ERROR "Python module click is required for gr-modtool")
- endif()
- if(NOT CLICK_PLUGINS_FOUND)
- message(FATAL_ERROR "Python module click-plugins is required for gr-modtool")
- endif()
-endif()
-
GR_PYTHON_INSTALL(FILES
__init__.py
DESTINATION ${GR_PYTHON_DIR}/gnuradio/modtool