freebsd-ports/comms/gnuradio/files/patch-gr-uhd_doc_CMakeLists.txt
Diane Bruce c8cbe42481 - Update to 3.6.2
- Needs the usrp port

Tested by:	lrk@ovillatx.sytes.net
2012-12-09 20:19:41 +00:00

12 lines
360 B
Text

--- gr-uhd/doc/CMakeLists.txt.orig 2012-10-26 14:19:53.000000000 -0500
+++ gr-uhd/doc/CMakeLists.txt 2012-10-26 14:20:52.000000000 -0500
@@ -17,7 +17,9 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
+if(ENABLE_DOXYGEN)
install(
FILES README.uhd
DESTINATION ${GR_PKG_DOC_DIR}
)
+endif(ENABLE_DOXYGEN)