summaryrefslogtreecommitdiff
path: root/volk
diff options
context:
space:
mode:
authorJosh Blum2012-04-16 19:00:00 -0700
committerJosh Blum2012-04-19 18:13:22 -0700
commit4d1ee048a3bac03b0d8ad39e5aa270ff8335941b (patch)
treeaec6252b175dc045288b2d51776b33f94135be8c /volk
parent0b117624e09643b7615316d3fa4741e2004529fa (diff)
downloadgnuradio-4d1ee048a3bac03b0d8ad39e5aa270ff8335941b.tar.gz
gnuradio-4d1ee048a3bac03b0d8ad39e5aa270ff8335941b.tar.bz2
gnuradio-4d1ee048a3bac03b0d8ad39e5aa270ff8335941b.zip
volk: fix volk_profile install rule
Diffstat (limited to 'volk')
-rw-r--r--volk/apps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt
index 4af935fe6..175105a5a 100644
--- a/volk/apps/CMakeLists.txt
+++ b/volk/apps/CMakeLists.txt
@@ -43,7 +43,7 @@ add_executable(volk_profile
target_link_libraries(volk_profile volk ${Boost_LIBRARIES})
install(
- PROGRAMS volk_profile
+ TARGETS volk_profile
DESTINATION bin
COMPONENT "volk"
)