diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-06 11:12:38 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-02-06 11:12:38 -0800 |
commit | ed7db7d9326508737e9aa217d338f4f8b80a9889 (patch) | |
tree | 6b32dd2a5d63f0555384cf6d13743dd1f0e51d2b /gr-howto-write-a-block-cmake/swig | |
parent | 1023c48cc7e05a0d6c9ae72587304a86c57d6ca8 (diff) | |
parent | 3e030d338bb6d6213b3aac0ae66da3f02321e5dd (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-howto-write-a-block-cmake/swig')
-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 ) |