mirror of
1
0
Fork 0

Merge branch 'leezu-master-patch-43177' into 'master'

Fix typo in chapters/features/small.md

See merge request CLIUtils/modern-cmake!5
This commit is contained in:
Henry Schreiner 2018-10-16 15:37:43 +00:00
commit e37c0d1d83
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ There are lots of compiler and linker settings. When you need to add something s
The first and most common feature was C++ standards support, which got it's own chapter.
## Platform independent code
## Position independent code
[This](https://cmake.org/cmake/help/latest/variable/CMAKE_POSITION_INDEPENDENT_CODE.html) is best known as the `-fPIC` flag. Much of the time, you don't need to do anything. CMake will include the flag for `SHARED` or `MODULE` libraries. If you do explicitly need it: