mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-24 08:02:48 -06:00
cmake: update aqtinstall from v3.1.15 to v3.1.16
This commit is contained in:
parent
45f6f48be5
commit
cee58ebe85
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ function(download_qt_configuration prefix_out target host type arch arch_path ba
|
|||
|
||||
if (NOT EXISTS "${prefix}")
|
||||
message(STATUS "Downloading Qt binaries for ${target}:${host}:${type}:${arch}:${arch_path}")
|
||||
set(AQT_PREBUILD_BASE_URL "https://github.com/miurahr/aqtinstall/releases/download/v3.1.15")
|
||||
set(AQT_PREBUILD_BASE_URL "https://github.com/miurahr/aqtinstall/releases/download/v3.1.16")
|
||||
if (WIN32)
|
||||
set(aqt_path "${base_path}/aqt.exe")
|
||||
if (NOT EXISTS "${aqt_path}")
|
||||
|
|
Loading…
Reference in a new issue