diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 1f3fe0c36..6c0b6e4da 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -281,7 +281,7 @@ if(NOT OPENSSL_FOUND OR FORCE_BUILD_OPENSSL_MAC) if(NOT EXISTS "${CMAKE_BINARY_DIR}/external/openssl.zip") message(STATUS "Downloading openssl...") - file(DOWNLOAD https://firedaemon.com/download-firedaemon-openssl-3-3-zip + file(DOWNLOAD https://firedaemon.com/download-firedaemon-openssl-3-4-zip "${CMAKE_BINARY_DIR}/external/openssl.zip" SHOW_PROGRESS) endif() diff --git a/gen-windows.bat b/gen-windows.bat index 3696f19aa..cb3317807 100644 --- a/gen-windows.bat +++ b/gen-windows.bat @@ -1,4 +1,5 @@ @echo off +title Generate Vita3K project files REM Generate project files for your last Visual Studio version you have call cmake -S . -B build