external: Fix link to pre-built OpenSSL by updating it to 3.4.

gen-windows: Set title for generating Vita3K project files.
This commit is contained in:
Zangetsu38
2025-02-27 17:28:19 +01:00
committed by bookmist
parent 3d53d7cb93
commit 5ec1cfde34
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ if(NOT OPENSSL_FOUND OR FORCE_BUILD_OPENSSL_MAC)
if(NOT EXISTS "${CMAKE_BINARY_DIR}/external/openssl.zip") if(NOT EXISTS "${CMAKE_BINARY_DIR}/external/openssl.zip")
message(STATUS "Downloading openssl...") 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) "${CMAKE_BINARY_DIR}/external/openssl.zip" SHOW_PROGRESS)
endif() endif()
+1
View File
@@ -1,4 +1,5 @@
@echo off @echo off
title Generate Vita3K project files
REM Generate project files for your last Visual Studio version you have REM Generate project files for your last Visual Studio version you have
call cmake -S . -B build call cmake -S . -B build