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:
authorDaniel Molkentin <danimo@owncloud.com>2014-10-19 10:51:01 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-10-19 10:51:01 +0400
commit271cdac4740547f0ba75668cc0c8952fc6581d89 (patch)
treeec4bf21e755c4147fc9d0bb66ffa5d73efdb0699 /cmake/modules/FindSQLite3.cmake
parent79e2c132cc4b7b357601128d4fd12c5e28ea67ca (diff)
Really use internal SQLite on Windows
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 171fb4e48..2fa9e4100 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 "")