From c90235e7ac4e8c39226398a923a4bfe84cf21a6b Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 9 Aug 2024 10:14:17 -0600 Subject: [PATCH] Remove out of date docs about building static libraries --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 8219fc1..4490eea 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,6 @@ The nice folks in the [SFML community](https://github.com/SFML/SFML#community) c Modify CMake options by adding them as configuration parameters (with a `-D` flag) or by modifying the contents of CMakeCache.txt and rebuilding. -### Use Static Libraries - -By default SFML builds shared libraries and this default is inherited by your project. -CMake's [`BUILD_SHARED_LIBS`](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html) option lets you pick static or shared libraries for the entire project. - ### Change Compilers See the variety of [`CMAKE__COMPILER`](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER.html) options.