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
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-04-22 23:00:39 +0400
committerMarkus Goetz <markus@woboq.com>2014-04-22 23:02:08 +0400
commitf6711b2842f54172813d164d1a224e31ce40a41f (patch)
tree42a27b83e6a2d76169038458b04581026accc692 /cmake/modules/FindSQLite3.cmake
parentf2519e9d87b48873275e26fb03748de7a10b950b (diff)
CMake: Find libraries also on Win host compile
Diffstat (limited to 'cmake/modules/FindSQLite3.cmake')
-rw-r--r--cmake/modules/FindSQLite3.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindSQLite3.cmake b/cmake/modules/FindSQLite3.cmake
index e34af6d8a..c65eabe34 100644
--- a/cmake/modules/FindSQLite3.cmake
+++ b/cmake/modules/FindSQLite3.cmake
@@ -30,7 +30,7 @@ find_path(SQLITE3_INCLUDE_DIR
find_library(SQLITE3_LIBRARY
NAMES
- sqlite3
+ sqlite3 sqlite3-0
PATHS
${_SQLITE3_LIBDIR}
)