Skip to content

Commit c90235e

Browse files
committed
Remove out of date docs about building static libraries
1 parent 814646c commit c90235e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ The nice folks in the [SFML community](https://github.com/SFML/SFML#community) c
6060
6161
Modify CMake options by adding them as configuration parameters (with a `-D` flag) or by modifying the contents of CMakeCache.txt and rebuilding.
6262
63-
### Use Static Libraries
64-
65-
By default SFML builds shared libraries and this default is inherited by your project.
66-
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.
67-
6863
### Change Compilers
6964
7065
See the variety of [`CMAKE_<LANG>_COMPILER`](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER.html) options.

0 commit comments

Comments
 (0)