mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
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:
Vendored
+1
-1
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user