Skip to content

Commit

Permalink
cmake: Update aqtinstall from v3.1.17 to v3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rtiangha authored and OpenSauce04 committed Sep 23, 2024
1 parent 37f22e5 commit 237e693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/DownloadExternals.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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.17")
set(AQT_PREBUILD_BASE_URL "https://github.com/miurahr/aqtinstall/releases/download/v3.1.18")
if (WIN32)
set(aqt_path "${base_path}/aqt.exe")
if (NOT EXISTS "${aqt_path}")
Expand Down

0 comments on commit 237e693

Please sign in to comment.