Skip to content

Commit

Permalink
[simulation/morse] Deactivate default 'doc' options
Browse files Browse the repository at this point in the history
'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
  • Loading branch information
Anthony Mallet committed Jul 17, 2014
1 parent 079d781 commit f89fafd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulation/morse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f89fafd

Please sign in to comment.