fix config build

This commit is contained in:
olebeck 2025-09-06 18:45:29 +02:00
parent 7c362422ff
commit 849061d8f4

View File

@ -7,7 +7,8 @@ include("${VITASDK}/share/vita.cmake" REQUIRED)
include(FetchContent)
FetchContent_Declare(
ScePaf_External
URL https://github.com/olebeck/ScePaf/releases/download/continuous/ScePaf-1.0.0.zip
URL https://github.com/olebeck/ScePaf/releases/download/v17/ScePaf-1.0.0.zip
URL_HASH SHA256=8547bb98dcba623634e7701fc98172063bd0a77facebfe4932f43c17ff5f4da9
UPDATE_DISCONNECTED TRUE
)
FetchContent_MakeAvailable(ScePaf_External)