Skip to content

Commit 6a7b6da

Browse files
committed
processing: fix installation of saga 2.1.3 descriptions
(cherry picked from commit 2d87a70)
1 parent 7d00947 commit 6a7b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/saga/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FILE(GLOB PY_FILES *.py)
22
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
3-
FILE(GLOB DESCR213_FILES description/2.1.2/*.txt)
3+
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
44
FILE(GLOB HELP_FILES help/*.rst)
55

66
ADD_SUBDIRECTORY(ext)

0 commit comments

Comments
 (0)