Skip to content

Commit

Permalink
Temporary disable xsltproc on Windows for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 19, 2023
1 parent 45ff076 commit 4174b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# because the install is optional.

find_program(XSLTPROC xsltproc OPTIONAL)
if(XSLTPROC)
if(XSLTPROC AND NOT WIN32)
function(compile_manpage page)
add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/man/${page}
COMMAND xsltproc --nonet ${PROJECT_SOURCE_DIR}/man/${page}.xml -o ${PROJECT_SOURCE_DIR}/man/
Expand Down

0 comments on commit 4174b12

Please # to comment.