aboutsummaryrefslogtreecommitdiffstats
path: root/apps/helpers/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/helpers/CMakeLists.txt')
-rw-r--r--apps/helpers/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/helpers/CMakeLists.txt b/apps/helpers/CMakeLists.txt
index fff9593..a85319d 100644
--- a/apps/helpers/CMakeLists.txt
+++ b/apps/helpers/CMakeLists.txt
@@ -18,7 +18,6 @@
# Boston, MA 02110-1301, USA.
include(GrPython)
-include(CreateSymlink)
GR_PYTHON_INSTALL(
PROGRAMS
@@ -27,13 +26,8 @@ GR_PYTHON_INSTALL(
DESTINATION bin
)
-CREATE_SYMLINK(grgsm_capture airprobe_rtlsdr_capture.py)
-
-add_custom_target(helpers_symlinks ALL DEPENDS ${symlinks})
-
install(
PROGRAMS
- ${symlinks}
DESTINATION bin
)