Skip to content

Commit

Permalink
more processing cmake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 20, 2014
1 parent 57f6369 commit 2e6927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/CMakeLists.txt
Expand Up @@ -9,5 +9,6 @@ ADD_SUBDIRECTORY(otb)
ADD_SUBDIRECTORY(taudem)
ADD_SUBDIRECTORY(lidar)
ADD_SUBDIRECTORY(qgis)
ADD_SUBDIRECTORY(r)

PLUGIN_INSTALL(processing algs ${PY_FILES})
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/CMakeLists.txt
Expand Up @@ -4,4 +4,4 @@ ADD_SUBDIRECTORY(mmqgisx)
ADD_SUBDIRECTORY(ftools)
ADD_SUBDIRECTORY(ui)

PLUGIN_INSTALL(processing ./algs ${PY_FILES})
PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})

0 comments on commit 2e6927f

Please sign in to comment.