Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante] fix duplicate plugin install target build error
  • Loading branch information
dakcarto committed Jul 29, 2013
1 parent 65ac5a7 commit 6dba7cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/sextante/exampleprovider/CMakeLists.txt
@@ -1,5 +1,4 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES *.txt)

PLUGIN_INSTALL(sextante ./exampleprovider ${PY_FILES})
PLUGIN_INSTALL(sextante ./exampleprovider ${OTHER_FILES})
PLUGIN_INSTALL(sextante ./exampleprovider ${PY_FILES} ${OTHER_FILES})

0 comments on commit 6dba7cb

Please sign in to comment.