mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 03:42:27 +02:00
Fix cmake checksum, for updated qtaudio_wasapi.zip with release and debug plugins
This commit is contained in:
parent
468281f92d
commit
f42c0dbd7c
1 changed files with 1 additions and 1 deletions
2
cmake/externals/wasapi/CMakeLists.txt
vendored
2
cmake/externals/wasapi/CMakeLists.txt
vendored
|
@ -7,7 +7,7 @@ if (WIN32)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/qtaudio_wasapi.zip
|
||||
URL_MD5 11c8a7728d6eda7223df800e10b70723
|
||||
URL_MD5 272b27bd6c211c45c0c23d4701b63b5e
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ""
|
||||
|
|
Loading…
Reference in a new issue