aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-25 22:12:16 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-25 22:12:16 +0200
commitcd398e794ca564c804d853a479fa849e3d9a55f6 (patch)
tree3ddf78362d3ba03e458ddc6a9ebf1a4d7e67606a /apps/CMakeLists.txt
parentdea057452fc135952c2896efb219b4bf02875617 (diff)
Removed compatibility symlinks (closes issue #302)
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 48fabb0..1e8890f 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -29,9 +29,9 @@ GR_PYTHON_INSTALL(
DESTINATION bin
)
-CREATE_SYMLINK(grgsm_livemon airprobe_rtlsdr.py)
-CREATE_SYMLINK(grgsm_decode airprobe_decode.py)
-CREATE_SYMLINK(grgsm_scanner airprobe_rtlsdr_scanner.py)
+#CREATE_SYMLINK(grgsm_livemon airprobe_rtlsdr.py)
+#CREATE_SYMLINK(grgsm_decode airprobe_decode.py)
+#CREATE_SYMLINK(grgsm_scanner airprobe_rtlsdr_scanner.py)
add_custom_target(apps_symlinks ALL DEPENDS ${symlinks})