[Pkg-owncloud-commits] [owncloud-client] 58/103: CMake: Find libraries also on Win host compile
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f6711b2842f54172813d164d1a224e31ce40a41f
Author: Markus Goetz <markus at woboq.com>
Date: Tue Apr 22 21:00:39 2014 +0200
CMake: Find libraries also on Win host compile
---
cmake/modules/FindNeon.cmake | 2 +-
cmake/modules/FindSQLite3.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/modules/FindNeon.cmake b/cmake/modules/FindNeon.cmake
index 26bf7c1..f8bd1ee 100644
--- a/cmake/modules/FindNeon.cmake
+++ b/cmake/modules/FindNeon.cmake
@@ -31,7 +31,7 @@ HINTS
find_library(NEON_LIBRARIES
NAMES
- neon
+ neon neon-27
HINTS
${_NEON_LIBDIR}
${CMAKE_INSTALL_LIBDIR}
diff --git a/cmake/modules/FindSQLite3.cmake b/cmake/modules/FindSQLite3.cmake
index e34af6d..c65eabe 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}
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list