aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2015-08-15 21:54:44 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2015-08-15 21:54:44 +0200
commit0acd79acccbbece95fc921fd5b57d2c31fc962b1 (patch)
tree47d877f2d367c06d678c9892c97feb1877ae107e /apps/CMakeLists.txt
parentb8a26e52c6c8cc52b92aa4abf5a58b6c7747051f (diff)
Removed commented line from apps/CMakeLists
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index b0f624c..99f67b8 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -29,7 +29,6 @@ ADD_CUSTOM_COMMAND(
TARGET airprobe_file.py
COMMAND GRC_BLOCKS_PATH=${BLOCK_PATH} ${GRCC_COMMAND} -d ${CMAKE_CURRENT_BINARY_DIR}
ARGS "airprobe_file.grc"
-# COMMAND ${GRCC_COMMAND} -d ${CMAKE_CURRENT_BINARY_DIR}
WORKING_DIRECTORY ${APPS_DIR}
)