mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
fix up cmake syntax
This commit is contained in:
parent
2bc3717a01
commit
8ebc63da4b
@ -141,7 +141,7 @@ foreach(m ${MANSOURCE3})
|
|||||||
)
|
)
|
||||||
add_custom_target(${me}.html
|
add_custom_target(${me}.html
|
||||||
ALL
|
ALL
|
||||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${me}.html
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${me}
|
||||||
)
|
)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user