From f89fafddff044e73a9cd076cea0e19e2d9107e65 Mon Sep 17 00:00:00 2001 From: Anthony Mallet Date: Thu, 17 Jul 2014 16:01:27 +0200 Subject: [PATCH] [simulation/morse] Deactivate default 'doc' options 'doc' (and python-sphinx) has issues on multiple platforms because of the python2/python3 conflicts between py-sphinx and morse, so disable the option by default. Fixes issue #13 --- simulation/morse/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/simulation/morse/Makefile b/simulation/morse/Makefile index 61b4d062..e123768b 100644 --- a/simulation/morse/Makefile +++ b/simulation/morse/Makefile @@ -17,7 +17,6 @@ CMAKE_ARGS+= -DBUILD_HLA_SUPPORT=OFF # doc option PKG_SUPPORTED_OPTIONS+= doc -PKG_SUGGESTED_OPTIONS+= doc PKG_OPTION_DESCR.doc?= Install ${PKGBASE} documentation define PKG_OPTION_SET.doc