summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake
diff options
context:
space:
mode:
authorJohnathan Corgan2012-02-06 11:11:04 -0800
committerJohnathan Corgan2012-02-06 11:11:04 -0800
commit3e030d338bb6d6213b3aac0ae66da3f02321e5dd (patch)
tree49eff3b316c83fc9de7fcc3dfa61e75fbc6c06df /gr-howto-write-a-block-cmake
parente6805a25568a5ce24937039f57a6eb1df1f82aa9 (diff)
downloadgnuradio-3e030d338bb6d6213b3aac0ae66da3f02321e5dd.tar.gz
gnuradio-3e030d338bb6d6213b3aac0ae66da3f02321e5dd.tar.bz2
gnuradio-3e030d338bb6d6213b3aac0ae66da3f02321e5dd.zip
howto: fix cmake swig header installation
Diffstat (limited to 'gr-howto-write-a-block-cmake')
-rw-r--r--gr-howto-write-a-block-cmake/swig/CMakeLists.txt2
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 8691942fa..ac5f700f1 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
)