diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-02-06 14:48:32 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-02-06 14:48:32 -0500 |
commit | 6ba65930ba9a50b3c4618099b189fcfee5d015f0 (patch) | |
tree | 0545ccabda654dc79f124fcccb973ae592a22441 | |
parent | d6126a670383791dc8e24926b0d84e1c1fbefdac (diff) | |
parent | 3e030d338bb6d6213b3aac0ae66da3f02321e5dd (diff) |
Merge branch 'maint' of gnuradio.org:gnuradio into maint
-rw-r--r-- | gr-howto-write-a-block-cmake/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt index 8691942fa9..ac5f700f14 100644 --- a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt +++ b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt @@ -53,5 +53,5 @@ install( FILES howto_swig.i ${CMAKE_CURRENT_BINARY_DIR}/howto_swig_doc.i - DESTINATION $(GR_INCLUDE_DIR)/howto/swig + DESTINATION ${GR_INCLUDE_DIR}/howto/swig ) |