aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2017-08-28 17:49:04 +0200
committerGitHub <noreply@github.com>2017-08-28 17:49:04 +0200
commit56825a7ae87dfc5e5d729cea8cc975c282f1b719 (patch)
treea8709295d1a2d05a5a75ac5caccc215ebcde8d24 /apps
parent54e3905c1187480e4227c196a2d8c12c86d73ce5 (diff)
parent8275578db6244b29bbfe1c797875bc0288c8893a (diff)
Merge pull request #318 from petterreinholdtsen/remove-compat-symlinks
Remove all traces of the compatibility symlinks from cmake.
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt8
-rw-r--r--apps/helpers/CMakeLists.txt6
2 files changed, 0 insertions, 14 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 1e8890f..ed55183 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -18,7 +18,6 @@
# Boston, MA 02110-1301, USA.
include(GrPython)
-include(CreateSymlink)
add_subdirectory(helpers)
GR_PYTHON_INSTALL(
@@ -29,15 +28,8 @@ 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)
-
-add_custom_target(apps_symlinks ALL DEPENDS ${symlinks})
-
install(
PROGRAMS
- ${symlinks}
DESTINATION bin
)
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
)