[Pkg-owncloud-commits] [owncloud-client] 120/211: Really use internal SQLite on Windows

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:35 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 271cdac4740547f0ba75668cc0c8952fc6581d89
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Sun Oct 19 08:51:01 2014 +0200

    Really use internal SQLite on Windows
---
 cmake/modules/FindSQLite3.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/FindSQLite3.cmake b/cmake/modules/FindSQLite3.cmake
index 171fb4e..2fa9e41 100644
--- a/cmake/modules/FindSQLite3.cmake
+++ b/cmake/modules/FindSQLite3.cmake
@@ -50,7 +50,7 @@ if (SQLite3_FIND_VERSION AND _SQLITE3_VERSION)
     set(SQLite3_VERSION _SQLITE3_VERSION)
 endif (SQLite3_FIND_VERSION AND _SQLITE3_VERSION)
 
-if (APPLE OR WINDOWS)
+if (APPLE OR WIN32)
     set(USE_OUR_OWN_SQLITE3 TRUE)
     set(SQLITE3_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdparty/sqlite3)
     set(SQLITE3_LIBRARIES "")

-- 
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