mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-07 11:16:53 +08:00
[sfml] Updated Windows build to SFML 2.4.1
This commit is contained in:
parent
6770e537c9
commit
b1cbedce55
@ -30,8 +30,8 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
set(SFML_URL "http://www.sfml-dev.org/files/SFML-2.3.2-windows-vc14-32-bit.zip")
|
set(SFML_URL "http://www.sfml-dev.org/files/SFML-2.4.1-windows-vc14-32-bit.zip")
|
||||||
set(SFML_DIR ${DEPS_DIR}/SFML-2.3.2)
|
set(SFML_DIR ${DEPS_DIR}/SFML-2.4.1)
|
||||||
if (NOT EXISTS ${SFML_DIR})
|
if (NOT EXISTS ${SFML_DIR})
|
||||||
message("Downloading SFML for Windows 32-bit")
|
message("Downloading SFML for Windows 32-bit")
|
||||||
file(DOWNLOAD "${SFML_URL}" "${DEPS_DIR}/sfml.zip")
|
file(DOWNLOAD "${SFML_URL}" "${DEPS_DIR}/sfml.zip")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user