From c88aab35f8a9d3cae08091a7d6125bd36b8a174e Mon Sep 17 00:00:00 2001 From: Nathan Woodrow Date: Mon, 21 Jul 2014 22:16:28 +1000 Subject: [PATCH] Fix build error with processing --- python/plugins/processing/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/plugins/processing/CMakeLists.txt b/python/plugins/processing/CMakeLists.txt index e91b7a4a700..1d02d18e4fb 100644 --- a/python/plugins/processing/CMakeLists.txt +++ b/python/plugins/processing/CMakeLists.txt @@ -5,8 +5,6 @@ ADD_SUBDIRECTORY(core) ADD_SUBDIRECTORY(gui) ADD_SUBDIRECTORY(images) ADD_SUBDIRECTORY(modeler) -ADD_SUBDIRECTORY(outputs) -ADD_SUBDIRECTORY(parameters) ADD_SUBDIRECTORY(script) ADD_SUBDIRECTORY(tools) ADD_SUBDIRECTORY(tests)