mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Fixed broken public headers dependency
Fixes a doc build error resulting from the CMake minimum version update.
This commit is contained in:
parent
40eee124f4
commit
d13501eeb3
@ -712,7 +712,7 @@ macro(osd_add_doxy_headers headers)
|
||||
list(APPEND headerfiles ${targetname} )
|
||||
endforeach()
|
||||
|
||||
add_dependencies( public_headers DEPENDS ${headerfiles} )
|
||||
add_dependencies( public_headers ${headerfiles} )
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user