diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2025-04-24 16:43:54 +0200 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2025-05-18 01:49:55 +0200 |
| commit | d4afa1ebfa8068ea061d56ccae28cff7378938e3 (patch) | |
| tree | 6d9bc865920418648edf214664aea75b951726c0 | |
| parent | 62a926a0f58e84ad7465ea51254af95054d02803 (diff) | |
SFML: Update to 3.0.1
| -rw-r--r-- | Externals/SFML/CMakeLists.txt | 4 | ||||
| m--------- | Externals/SFML/SFML | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Externals/SFML/CMakeLists.txt b/Externals/SFML/CMakeLists.txt index da9dd3c7ff..786df802cf 100644 --- a/Externals/SFML/CMakeLists.txt +++ b/Externals/SFML/CMakeLists.txt @@ -24,8 +24,8 @@ set(SRC_SYSTEM add_library(sfml-network STATIC ${SRC_NETWORK}) add_library(sfml-system STATIC ${SRC_SYSTEM}) -target_compile_features(sfml-network PUBLIC cxx_std_17) -target_compile_features(sfml-system PUBLIC cxx_std_17) +target_compile_features(sfml-network PUBLIC cxx_std_20) +target_compile_features(sfml-system PUBLIC cxx_std_20) target_compile_definitions(sfml-system PUBLIC SFML_STATIC) target_include_directories(sfml-system PUBLIC SFML/include PRIVATE SFML/src) target_include_directories(sfml-network PUBLIC SFML/include PRIVATE SFML/src) diff --git a/Externals/SFML/SFML b/Externals/SFML/SFML -Subproject 7f1162dfea4969bc17417563ac55d93b72e84c1 +Subproject 016bea9491ccafc3529019fe1d403885a8b3a6a |
