aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2017-08-26 13:14:13 +0000
committerPetter Reinholdtsen <pere@hungry.com>2017-08-26 13:14:13 +0000
commit8275578db6244b29bbfe1c797875bc0288c8893a (patch)
tree94adb324257135276c5e485da8d37b8c82934f6a /apps/CMakeLists.txt
parent50c3e36373c71678b13a63ba7bef2d508c67b298 (diff)
Remove all traces of the compatibility symlinks from cmake.
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt8
1 files changed, 0 insertions, 8 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
)