From 20d2de40b95fcc846a989022396e1851cc9264b3 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Mon, 17 Aug 2015 14:19:59 +0200 Subject: [PATCH] Correcting installation of python apps to ${INSTALL_PREFIX}/bin directory --- apps/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 99f67b8..54b3979 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -40,8 +40,10 @@ ADD_CUSTOM_COMMAND( WORKING_DIRECTORY ${APPS_DIR} ) + GR_PYTHON_INSTALL( - airprobe_file.py - airprobe_rtlsdr.py + PROGRAMS + ${CMAKE_CURRENT_BINARY_DIR}/airprobe_file.py + ${CMAKE_CURRENT_BINARY_DIR}/airprobe_rtlsdr.py DESTINATION bin )