Skip to content

Commit 2d87a70

Browse files
committedJun 25, 2015
processing: fix installation of saga 2.1.3 descriptions
1 parent 6e3a1fa commit 2d87a70

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)
Please sign in to comment.