summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-12-28 17:33:22 +0100
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-12-28 17:33:22 +0100
commit7c801d2ddcdf8ce58693e683ab65ea49b7a6ca4f (patch)
tree0af4f7f421fa95d96bcbae9e60be7b05375c3395
parent54d01643b96aa0de50610230912fd1036de7d291 (diff)
Update SFML
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 310fc97c..cf48d739 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ set(SFML_STATIC_LIBRARIES false)
CPMAddPackage(
NAME SFML
GITHUB_REPOSITORY vittorioromeo/SFML
- GIT_TAG a1bc5113e0fb669ae3bfa4c3d9d813bdd30dc2af
+ GIT_TAG 77d72ceb93be89d08b9691fbb177b8372600216d
)
set_target_properties(sfml-system PROPERTIES UNITY_BUILD ON)