summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-05 11:38:51 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-05 11:38:51 +0200
commit459adb1e7cad3a4e0e04e8efd9e4d80fd5fa313a (patch)
tree2a83019f738b0792460ec7719ca94c158b29bad6 /CMakeLists.txt
parent88fc02c01cd7d043aea392e5f8cfff38780fac68 (diff)
downloadufo-filters-459adb1e7cad3a4e0e04e8efd9e4d80fd5fa313a.tar.gz
ufo-filters-459adb1e7cad3a4e0e04e8efd9e4d80fd5fa313a.tar.bz2
ufo-filters-459adb1e7cad3a4e0e04e8efd9e4d80fd5fa313a.tar.xz
ufo-filters-459adb1e7cad3a4e0e04e8efd9e4d80fd5fa313a.zip
Remove oclfft in favor of external installation. Fix plugin mechanism so that
plugins are loaded correctly.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25834dc..a39d31e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,6 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/core/src")
add_subdirectory(core)
add_subdirectory(bindings)
-add_subdirectory(thirdparty)
# --- Generate packages -------------------------------------------------------