Skip to content

Commit 0d7dd8d

Browse files
committed
Update reference to SFML 3
1 parent 3e10ce1 commit 0d7dd8d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ SFML is found via CMake's [FetchContent](https://cmake.org/cmake/help/latest/mod
5353
FetchContent automatically downloads SFML from GitHub and builds it alongside your own code.
5454
Beyond the convenience of not having to install SFML yourself, this ensures ABI compatibility and simplifies things like specifying static versus shared libraries.
5555

56-
Modifying what version of SFML you want is as easy as changing the [`GIT_TAG`](CMakeLists.txt#L7) argument.
57-
Currently it uses the latest in-development version of SFML 2 via the `2.6.x` tag.
58-
If you're feeling adventurous and want to give SFML 3 a try, use the `master` tag.
59-
Beware, this requires changing your code to suit the modified API!
60-
The nice folks in the [SFML community](https://github.com/SFML/SFML#community) can help you with that transition and the bugs you may encounter along the way.
56+
Modifying what version of SFML you want is as easy as changing the `GIT_TAG` argument.
57+
Currently it uses SFML 3 via the `3.0.0` tag.
6158

6259
## But I want to...
6360

0 commit comments

Comments
 (0)