diff options
author | Josh Blum | 2012-04-16 19:00:00 -0700 |
---|---|---|
committer | Josh Blum | 2012-04-19 18:13:22 -0700 |
commit | 4d1ee048a3bac03b0d8ad39e5aa270ff8335941b (patch) | |
tree | aec6252b175dc045288b2d51776b33f94135be8c /volk | |
parent | 0b117624e09643b7615316d3fa4741e2004529fa (diff) | |
download | gnuradio-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.txt | 2 |
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" ) |