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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/csync
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-07-16 12:59:44 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:59:15 +0300
commit3dcbc9fa66b081bf301fd94c7da4f09b66823b65 (patch)
treee00fa23be4836570a2f9f5dca4b11fbcc149f6ba /src/csync
parent47dc7e6c492f0b2241916c1f97a63c2efb677e79 (diff)
Tests: Port check_vio_ext to Windows
Diffstat (limited to 'src/csync')
-rw-r--r--src/csync/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt
index 7f0740a72..cbb8f73d6 100644
--- a/src/csync/CMakeLists.txt
+++ b/src/csync/CMakeLists.txt
@@ -50,10 +50,6 @@ else()
)
endif()
-if(NOT HAVE_ASPRINTF AND NOT HAVE___MINGW_ASPRINTF)
- list(APPEND csync_SRCS std/asprintf.c)
-endif()
-
if (USE_OUR_OWN_SQLITE3)
list(APPEND csync_SRCS ${SQLITE3_SOURCE})
endif()