Skip to content
Snippets Groups Projects
Commit 6211e371 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

MRG: Merge branch 'mantis-1386' into develop

parents bed477ce d847bcb6
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ macro( otb_module_doxygen _name )
@ONLY
)
endif()
if(NOT ${_name}_THIRD_PARTY AND EXISTS ${${_name}_SOURCE_DIR}/include)
if(OTB_SOURCE_DIR AND NOT ${_name}_THIRD_PARTY AND EXISTS ${${_name}_SOURCE_DIR}/include)
if(PYTHON_EXECUTABLE)
otb_add_test(NAME ${_name}InDoxygenGroup COMMAND ${PYTHON_EXECUTABLE} "${OTB_SOURCE_DIR}/Utilities/Doxygen/mcdoc.py" check ${_name} ${${_name}_SOURCE_DIR}/include)
otb_memcheck_ignore(${_name}InDoxygenGroup)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment