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
Main Repositories
otb
Commits
2eb5559e
Commit
2eb5559e
authored
Dec 02, 2021
by
Thibaut ROMAIN
Browse files
BUG: update sqlite to version 3.25 used by gdal on its CI with PROJ8
parent
c8a269ba
Pipeline
#9244
failed with stages
in 128 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_sqlite.cmake
View file @
2eb5559e
...
...
@@ -24,8 +24,8 @@ SETUP_SUPERBUILD(SQLITE)
ExternalProject_Add
(
SQLITE
PREFIX SQLITE
URL
"https://www.sqlite.org/201
6
/sqlite-amalgamation-3
1100
00.zip"
URL_MD5
ab80e70b65da455514a68441ce3e0a8c
URL
"https://www.sqlite.org/201
8
/sqlite-amalgamation-3
2501
00.zip"
URL_MD5
e250c9a06858c1018896ef56a13c1d08
SOURCE_DIR
${
SQLITE_SB_SRC
}
BINARY_DIR
${
SQLITE_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
...
...
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