Upgrade squeelylitecpp to 3.1.1
This commit is contained in:
parent
f9ac6543ab
commit
7bc8d2ee26
12
.travis.yml
12
.travis.yml
@ -26,6 +26,18 @@ jobs:
|
||||
- export PATH=/snap/bin/:${PATH}
|
||||
env: *Debug
|
||||
|
||||
- name: "Clang 7.0 - Debug"
|
||||
compiler: clang
|
||||
arch: ppc64le
|
||||
before_install: *use-cmake
|
||||
env: *Debug
|
||||
|
||||
- name: "Clang 7.0 - Debug"
|
||||
compiler: clang
|
||||
arch: s390x
|
||||
before_install: *use-cmake
|
||||
env: *Debug
|
||||
|
||||
- name: "AppleClang - Debug"
|
||||
os: osx
|
||||
osx_image: xcode11.3
|
||||
|
@ -1,12 +1,13 @@
|
||||
function(build_dependencies)
|
||||
# Set options for SQLiteCpp, disable all their tests and lints:
|
||||
set(SQLITECPP_RUN_CPPLINT OFF CACHE BOOL "Run cpplint.py tool for Google C++ StyleGuide.")
|
||||
set(SQLITECPP_RUN_CPPCHECK OFF CACHE BOOL "Run cppcheck C++ static analysis tool.")
|
||||
set(SQLITECPP_RUN_DOXYGEN OFF CACHE BOOL "Run Doxygen C++ documentation tool.")
|
||||
set(SQLITECPP_BUILD_EXAMPLES OFF CACHE BOOL "Build examples.")
|
||||
set(SQLITECPP_BUILD_TESTS OFF CACHE BOOL "Build and run tests.")
|
||||
set(SQLITECPP_INTERNAL_SQLITE ON CACHE BOOL "Add the internal SQLite3 source to the project.")
|
||||
set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE BOOL "Enable Column::getColumnOriginName(). Require support from sqlite3 library.")
|
||||
set(SQLITECPP_BUILD_EXAMPLES OFF CACHE BOOL "Build examples.")
|
||||
set(SQLITECPP_BUILD_TESTS OFF CACHE BOOL "Build and run tests.")
|
||||
set(SQLITECPP_INTERNAL_SQLITE ON CACHE BOOL "Add the internal SQLite3 source to the project.")
|
||||
set(SQLITECPP_RUN_CPPCHECK OFF CACHE BOOL "Run cppcheck C++ static analysis tool.")
|
||||
set(SQLITECPP_RUN_CPPLINT OFF CACHE BOOL "Run cpplint.py tool for Google C++ StyleGuide.")
|
||||
set(SQLITECPP_RUN_DOXYGEN OFF CACHE BOOL "Run Doxygen C++ documentation tool.")
|
||||
set(SQLITECPP_USE_STACK_PROTECTION OFF CACHE BOOL "USE Stack Protection hardening.")
|
||||
set(SQLITE_ENABLE_COLUMN_METADATA OFF CACHE BOOL "Enable Column::getColumnOriginName(). Require support from sqlite3 library.")
|
||||
|
||||
# Set options for LibEvent, disable all their tests and benchmarks:
|
||||
set(EVENT__DISABLE_OPENSSL YES CACHE BOOL "Disable OpenSSL in LibEvent")
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6aec7cf646e9d0e49b0000c3d5b74de9c3222ef2
|
||||
Subproject commit a25ffb56ab1bae0f416ac5dfbddd4188ea3c1a9c
|
Loading…
Reference in New Issue
Block a user