Skip to content

Commit

Permalink
fix build error (followup ba8f388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 10, 2014
1 parent 8355a7a commit 2595e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/gui/CMakeLists.txt
@@ -1,5 +1,4 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES *.txt)

PLUGIN_INSTALL(processing gui ${PY_FILES})
PLUGIN_INSTALL(processing gui ${OTHER_FILES})
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})

0 comments on commit 2595e02

Please sign in to comment.