618e88079c
- fix build with portaudio - clang builtin's are conflicting with gnuradio so use USE_GCC for now
12 lines
312 B
Text
12 lines
312 B
Text
--- gr-qtgui/doc/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC
|
|
+++ gr-qtgui/doc/CMakeLists.txt
|
|
@@ -17,7 +17,9 @@
|
|
# the Free Software Foundation, Inc., 51 Franklin Street,
|
|
# Boston, MA 02110-1301, USA.
|
|
|
|
+if(ENABLE_DOCS)
|
|
install(
|
|
FILES README.qtgui
|
|
DESTINATION ${GR_PKG_DOC_DIR}
|
|
)
|
|
+endif(ENABLE_DOCS)
|