mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[sfml] Updated Linux build to SFML 2.4.1
This commit is contained in:
parent
b1cbedce55
commit
d85a83d231
@ -19,8 +19,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
set(SFML_URL "http://www.sfml-dev.org/files/SFML-2.3.2-linux-gcc-64-bit.tar.gz")
|
set(SFML_URL "http://www.sfml-dev.org/files/SFML-2.4.1-linux-gcc-64-bit.tar.gz")
|
||||||
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 Linux 64-bit")
|
message("Downloading SFML for Linux 64-bit")
|
||||||
file(DOWNLOAD "${SFML_URL}" "${DEPS_DIR}/sfml.tar.gz")
|
file(DOWNLOAD "${SFML_URL}" "${DEPS_DIR}/sfml.tar.gz")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user