Commit 6211e371 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

MRG: Merge branch 'mantis-1386' into develop

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment