Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/csync
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-01-23 19:56:46 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-01-23 19:56:46 +0300
commitdcba129a983841b2d393ada876d6e428c8fa1b5f (patch)
treee3051a156fa82f5246b4136085ceb7f1c71a1a17 /csync
parentb856266e91e9d02f249bca6132e3acfea5eb38a3 (diff)
Make it compile without neon
Diffstat (limited to 'csync')
-rw-r--r--csync/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/csync/src/CMakeLists.txt b/csync/src/CMakeLists.txt
index 57316b6d0..77b8e8726 100644
--- a/csync/src/CMakeLists.txt
+++ b/csync/src/CMakeLists.txt
@@ -17,7 +17,6 @@ set(CSYNC_PUBLIC_INCLUDE_DIRS
set(CSYNC_PRIVATE_INCLUDE_DIRS
${SQLITE3_INCLUDE_DIRS}
${CSTDLIB_PUBLIC_INCLUDE_DIRS}
- ${HTTPBF_PUBLIC_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
)