diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 6dcfb900..6bb81a77 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -9,7 +9,6 @@ if (PROTOBUF_FOUND) if (ENABLE_SWIFTEN) ADD_SUBDIRECTORY(swiften) - ADD_SUBDIRECTORY(swiften_raw) endif() ADD_SUBDIRECTORY(template)