Skip to content

Commit

Permalink
Fixed BuildPSO parameters parsing in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KandelN committed Dec 6, 2024
1 parent dca1359 commit b4d6555
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 @@ -55,7 +55,7 @@ add_custom_target(
${CMAKE_CURRENT_SOURCE_DIR}/parser_standard_options.py -t
"${CMAKE_SOURCE_DIR}/lib/gis/parser_standard_options.c" -f "grass" -o
"${OUTDIR}/${GRASS_INSTALL_DOCDIR}/parser_standard_options.html" -p
'id="opts_table" class="scroolTable"'
"id='opts_table' class='scroolTable'"
DEPENDS ${target_names}
COMMENT "man generation: parser standard options")

Expand Down

0 comments on commit b4d6555

Please sign in to comment.