summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)