mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
cmake: Fixed builddoc flow for javascript documentation
Fixed a few small typos for handling node as well as a small conditional for building PYTHON. * Fixed some NODE_EXECUTABLE->NODEJS_EXECUTABLE instances which must have been missed from a previous commit. * Added a qualifier for python documentation so both BUILDSWIGPYTHON AND BUILDSWIG must be set to add dependencies for pydoc. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -166,7 +166,7 @@ macro(upm_doxygen)
|
||||
set (classname ${libname})
|
||||
endif()
|
||||
set (CMAKE_SWIG_FLAGS -DDOXYGEN=${DOXYGEN_FOUND})
|
||||
if (BUILDSWIG)
|
||||
if (BUILDSWIGPYTHON AND BUILDSWIG)
|
||||
add_dependencies (_pyupm_${libname} pyupm_doxy2swig)
|
||||
add_dependencies (pydoc _pyupm_${libname})
|
||||
else ()
|
||||
|
Reference in New Issue
Block a user