We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e549496 commit faddef0Copy full SHA for faddef0
1 file changed
doc/CMakeLists.txt
@@ -30,7 +30,9 @@ endmacro()
30
# build and install man pages (if asciidoc is available)
31
find_program(A2X a2x)
32
if(A2X)
33
- add_man_page(csexec)
+ if(TARGET csexec)
34
+ add_man_page(csexec)
35
+ endif()
36
add_man_page(cswrap)
37
add_custom_target(doc ALL DEPENDS ${man_pages})
38
endif()
0 commit comments