-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Meson] update meson dependencies (#448)
this PR only affects meson, however a later change could be made for CMake updates the following depenencies: - GTests to 1.14.0 - sqlite to 3.42.0 makes sets the recommended version to C++14 as Gtest now requires C++14, additionally shows a warning and sets it to c++14 if - C++11 is set and is on windows (this was #354 but now checks if is C++11 and shows a warning instead of setting it to C++14 so it does not revert when using a newer version) - C++11 is set and uses [GTest 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) or greater, for more information check [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support)
- Loading branch information
Showing
4 changed files
with
44 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
[wrap-file] | ||
directory = sqlite-amalgamation-3400000 | ||
source_url = https://sqlite.org/2022/sqlite-amalgamation-3400000.zip | ||
source_filename = sqlite-amalgamation-3400000.zip | ||
source_hash = 7c23eb51409315738c930a222cf7cd41518ae5823c41e60a81b93a07070ef22a | ||
patch_filename = sqlite3_3.40.0-1_patch.zip | ||
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.40.0-1/get_patch | ||
patch_hash = 7780fd0908a57ffbf718d88b5930c7b551993352a9156d5a33573f6ea01768c2 | ||
wrapdb_version = 3.40.0-1 | ||
directory = sqlite-amalgamation-3420000 | ||
source_url = https://www.sqlite.org/2023/sqlite-amalgamation-3420000.zip | ||
source_filename = sqlite-amalgamation-3420000.zip | ||
source_hash = 1cc824d0f5e675829fa37018318fda833ea56f7e9de2b41eddd9f7643b5ec29e | ||
patch_filename = sqlite3_3.42.0-1_patch.zip | ||
patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.42.0-1/get_patch | ||
patch_hash = 821b2e49a9d3daea7415716c6958697de601bb66f66a5a176b18c1c86c48c9b8 | ||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.42.0-1/sqlite-amalgamation-3420000.zip | ||
wrapdb_version = 3.42.0-1 | ||
|
||
[provide] | ||
sqlite3 = sqlite3_dep |
This file was deleted.
Oops, something went wrong.