diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 12:34:40 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 12:47:06 +0100 |
commit | b00da1bf9f89f73309075c652c7fc5d89796704e (patch) | |
tree | 62e35831c4c9e1488a9aea3dc8a08551a49b3ef2 /plugins/CMakeLists.txt | |
parent | bfe47e01bbac74782fed48a3d265a2ee4ae9c7b0 (diff) | |
download | libuca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.gz libuca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.bz2 libuca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.xz libuca-b00da1bf9f89f73309075c652c7fc5d89796704e.zip |
Remove disfunctional plugin
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index dbfb1b7..3cd60d1 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -7,10 +7,9 @@ add_subdirectory(pco) add_subdirectory(pylon) add_subdirectory(ufo) add_subdirectory(dexela) -add_subdirectory(xkit) message("-- Building the following plugins:") -set(_plugins "mock;file;pf;pco;pylon;ufo;dexela;xkit") +set(_plugins "mock;file;pf;pco;pylon;ufo;dexela") foreach(_target ${_plugins}) if (TARGET "uca${_target}") |