aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-10-16 23:35:50 +0300
committermormj <34754695+mormj@users.noreply.github.com>2020-10-20 06:01:11 -0400
commita2681edcfaabcb1ecf878ae861161b6a6bf8459d (patch)
tree57cba3152cc419075ba1887c238ab5507ff361fa
parentgr-filter: Install examples only if Python is enabled (diff)
downloadgnuradio-a2681edcfaabcb1ecf878ae861161b6a6bf8459d.tar.xz
gnuradio-a2681edcfaabcb1ecf878ae861161b6a6bf8459d.zip
gr-fec: install examples only if Python is enabled
-rw-r--r--gr-fec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/CMakeLists.txt b/gr-fec/CMakeLists.txt
index a3da38525..3ee8edc60 100644
--- a/gr-fec/CMakeLists.txt
+++ b/gr-fec/CMakeLists.txt
@@ -94,8 +94,8 @@ if(ENABLE_PYTHON)
add_subdirectory(python/fec)
add_subdirectory(python/fec/LDPC)
add_subdirectory(grc)
+ add_subdirectory(examples)
endif(ENABLE_PYTHON)
-add_subdirectory(examples)
add_subdirectory(docs)
add_subdirectory(ldpc_alist)
add_subdirectory(apps)