fix up cmake syntax

This commit is contained in:
nick black 2019-12-29 01:57:17 -05:00
parent 2bc3717a01
commit 8ebc63da4b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -141,7 +141,7 @@ foreach(m ${MANSOURCE3})
)
add_custom_target(${me}.html
ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${me}.html
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${me}
)
endforeach()
endif()