mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Merge pull request #1323 from davidgyu/dev_ninja_doc_build_fix
Fixed doc build errors when using ninja
This commit is contained in:
commit
3ba051c6db
@ -269,7 +269,10 @@ if (DOCUTILS_FOUND AND Python_Interpreter_FOUND)
|
||||
-E copy "${infile}" "${outfile}"
|
||||
)
|
||||
|
||||
add_custom_target( ${src} DEPENDS "${outfile}")
|
||||
# Exclude generated search.html
|
||||
if (NOT ${src} STREQUAL "search.html")
|
||||
add_custom_target( ${src} DEPENDS "${outfile}")
|
||||
endif()
|
||||
|
||||
list(APPEND HTML_TARGETS ${src})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user