diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-02-12 19:12:53 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-03-21 17:42:23 +1000 |
commit | f32595fdf791be6bd765ebc7792770d06a9e2c80 (patch) | |
tree | 363b7c16a7fff6e1df794ccd4c40b89557e40072 /project/BuildDependencies | |
parent | dbcf8ec99e3e497246c61eaee3f13fbc2b25db51 (diff) |
[cmake] update + build crossguid all platforms
crossguid hasnt been updated in a long time (~2015 was our previous hash)
crossguid now natively uses cmake, so remove our cmakelists file
first patch is to get around a failure due to unused function on apple platforms.
a second patch is introduced due to a build failure with the default -Werror used
Build crossguid in core cmake project for all platforms by default.
Remove from windows the bundled download of crossguid lib
rework usage of debug_postfix in SETUP_BUILD_VARS macro
Diffstat (limited to 'project/BuildDependencies')
5 files changed, 0 insertions, 5 deletions
diff --git a/project/BuildDependencies/scripts/0_package.target-win10-arm.list b/project/BuildDependencies/scripts/0_package.target-win10-arm.list index 3f62cbbb48..7d78f86749 100644 --- a/project/BuildDependencies/scripts/0_package.target-win10-arm.list +++ b/project/BuildDependencies/scripts/0_package.target-win10-arm.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-arm\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -crossguid-0.2.2-win10-arm-v141-20200105.7z curl-7.67.0-win10-arm-v141-20200105.7z dav1d-0.8.2-win10-arm-v142-20210314.7z flatbuffers-1.11.0-20200105.7z diff --git a/project/BuildDependencies/scripts/0_package.target-win10-win32.list b/project/BuildDependencies/scripts/0_package.target-win10-win32.list index 9e673128f5..1c723e17eb 100644 --- a/project/BuildDependencies/scripts/0_package.target-win10-win32.list +++ b/project/BuildDependencies/scripts/0_package.target-win10-win32.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -crossguid-0.2.2-win10-win32-v141-20200105.7z curl-7.67.0-win10-win32-v141-20200105.7z dav1d-0.8.2-win10-win32-v142-20210314.7z flatbuffers-1.11.0-20200105.7z diff --git a/project/BuildDependencies/scripts/0_package.target-win10-x64.list b/project/BuildDependencies/scripts/0_package.target-win10-x64.list index a872f62127..bf3a5b624d 100644 --- a/project/BuildDependencies/scripts/0_package.target-win10-x64.list +++ b/project/BuildDependencies/scripts/0_package.target-win10-x64.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -crossguid-0.2.2-win10-x64-v141-20200105.7z curl-7.67.0-win10-x64-v141-20200105.7z dav1d-0.8.2-win10-x64-v142-20210314.7z flatbuffers-1.11.0-20200105.7z diff --git a/project/BuildDependencies/scripts/0_package.target-win32.list b/project/BuildDependencies/scripts/0_package.target-win32.list index b39ade8103..a671e6af03 100644 --- a/project/BuildDependencies/scripts/0_package.target-win32.list +++ b/project/BuildDependencies/scripts/0_package.target-win32.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -crossguid-0.2.2-win32-v141-20200105.7z curl-7.67.0-win32-v141-20200105.7z dav1d-0.8.2-win32-v142-20210314.7z detours-64ec13-win32-v141-20200105.7z diff --git a/project/BuildDependencies/scripts/0_package.target-x64.list b/project/BuildDependencies/scripts/0_package.target-x64.list index 30c72eb442..87a4c302f4 100644 --- a/project/BuildDependencies/scripts/0_package.target-x64.list +++ b/project/BuildDependencies/scripts/0_package.target-x64.list @@ -6,7 +6,6 @@ ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... ;PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER! -crossguid-0.2.2-x64-v141-20200105.7z curl-7.67.0-x64-v141-20200105.7z dav1d-0.8.2-x64-v142-20210314.7z detours-64ec13-x64-v141-20200105.7z |