Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Calligra
Commits
b69f9706
Commit
b69f9706
authored
Feb 01, 2014
by
Jarosław Staniek
Browse files
recommended sqlite ver++
parent
64f1498c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b69f9706
...
...
@@ -370,9 +370,9 @@ endif (APPLE)
## Test for sqlite
##
set
(
SQLITE_MIN_VERSION 3.6.16
)
set
(
SQLITE_RECOMMENDED_VERSION 3.8.
1
)
set
(
SQLITE_RECOMMENDED_VERSION 3.8.
2
)
set
(
SQLITE_LOAD_EXTENSION_REQUIRED ON
)
macro_optional_find_package
(
CalligraSqlite
3.6.16
)
macro_optional_find_package
(
CalligraSqlite
${
SQLITE_MIN_VERSION
}
)
macro_bool_to_01
(
SQLITE_FOUND HAVE_SQLITE
)
macro_log_feature
(
SQLITE_FOUND
"SQLite"
"Embedded SQL database engine with enabled extensions loading"
"http://www.sqlite.org"
FALSE
"
${
SQLITE_MIN_VERSION
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment