mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
switch to backtrace's newer crashpad blob
This commit is contained in:
parent
0c9d65bc15
commit
366498c6d3
1 changed files with 2 additions and 2 deletions
4
cmake/externals/crashpad/CMakeLists.txt
vendored
4
cmake/externals/crashpad/CMakeLists.txt
vendored
|
@ -6,8 +6,8 @@ string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
URL https://backtrace.io/download/crashpad_062317.zip
|
URL http://public.highfidelity.com/dependencies/crashpad_062317.zip
|
||||||
URL_MD5 65817e564b3628492abfc1dbd2a1e98b
|
URL_MD5 9c84b77f5f23daf939da1371825ed2b1
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
Loading…
Reference in a new issue