Skip to content

Commit

Permalink
Added Grass GIS dependency to wxpython docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh1998 committed Oct 1, 2024
1 parent 9078909 commit e1d3ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(wxpython_html_files
wxGUI.toolboxes
wxGUI.vnet)

add_custom_target(wxpython_docs)
add_custom_target(wxpython_docs DEPENDS grass_gis)
add_dependencies(GUI_WXPYTHON wxpython_docs)

foreach(html_file ${wxpython_html_files})
Expand Down

0 comments on commit e1d3ed6

Please sign in to comment.