Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
processing: fix installation of saga 2.1.3 descriptions
(cherry picked from commit 2d87a70)
  • Loading branch information
jef-n committed Jun 30, 2015
1 parent 7d00947 commit 6a7b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/CMakeLists.txt
@@ -1,6 +1,6 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
FILE(GLOB DESCR213_FILES description/2.1.2/*.txt)
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
FILE(GLOB HELP_FILES help/*.rst)

ADD_SUBDIRECTORY(ext)
Expand Down

0 comments on commit 6a7b6da

Please sign in to comment.