Skip to content

Commit

Permalink
Also install scripts for GRASS 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic authored and nyalldawson committed Mar 18, 2022
1 parent 8b5c88a commit 84e574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/scripts/CMakeLists.txt
@@ -1,4 +1,4 @@
if (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300)
if (GRASS_NUM_VERSION6 GREATER 60300 OR GRASS_NUM_VERSION7 GREATER 60300 OR GRASS_NUM_VERSION8 GREATER 60300)
file (GLOB MODULE_FILES *.py )
install (FILES ${MODULE_FILES}
DESTINATION ${QGIS_DATA_DIR}/grass/scripts
Expand Down

0 comments on commit 84e574d

Please sign in to comment.