summaryrefslogtreecommitdiff
path: root/volk/apps
diff options
context:
space:
mode:
authorJohnathan Corgan2012-04-23 16:15:55 -0700
committerJohnathan Corgan2012-04-23 16:15:55 -0700
commit0f8503fd9c7bc63f316b18094fc0ffa5bd62a3c1 (patch)
treebdf5c6f083b11874cbbf9abbe166fd25d2ded9c0 /volk/apps
parent539e909777cc888bfec6f18a0945699621c428b5 (diff)
parentbb61c325dabfc80bbd8404b2892575948b77496b (diff)
downloadgnuradio-0f8503fd9c7bc63f316b18094fc0ffa5bd62a3c1.tar.gz
gnuradio-0f8503fd9c7bc63f316b18094fc0ffa5bd62a3c1.tar.bz2
gnuradio-0f8503fd9c7bc63f316b18094fc0ffa5bd62a3c1.zip
Merge remote branch 'jblum-github/volk_work'
Diffstat (limited to 'volk/apps')
-rw-r--r--volk/apps/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt
index 14291e5e3..175105a5a 100644
--- a/volk/apps/CMakeLists.txt
+++ b/volk/apps/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2011 Free Software Foundation, Inc.
+# Copyright 2011-2012 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -43,9 +43,8 @@ add_executable(volk_profile
target_link_libraries(volk_profile volk ${Boost_LIBRARIES})
install(
- PROGRAMS
- ${CMAKE_BINARY_DIR}/apps/volk_profile
- DESTINATION ${GR_RUNTIME_DIR}
+ TARGETS volk_profile
+ DESTINATION bin
COMPONENT "volk"
)