From 2d88dd48d9563a561b5c851555c2ff4714fa66e3 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Wed, 30 Nov 2011 14:45:19 -0500 Subject: docs: fixing variable for location of header files (SOURCE not BINARY). --- gr-howto-write-a-block-cmake/swig/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-howto-write-a-block-cmake') diff --git a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt index 9abf475e4..8691942fa 100644 --- a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt +++ b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt @@ -37,7 +37,7 @@ endforeach(incdir) set(GR_SWIG_LIBRARIES gnuradio-howto) set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/howto_swig_doc.i) -set(GR_SWIG_DOC_DIRS ${GR_HOWTO_INCLUDE_DIRS}) +set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include) GR_SWIG_MAKE(howto_swig howto_swig.i) -- cgit