aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/boost.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-15 01:15:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-15 01:23:49 +0300
commit83b291da79c54d9f04cbc2a5eb41abab21fef050 (patch)
tree429bd3c4089fd8867fc5ff3354277e52da3fe09c /docs/boost.md
parentdocs: reflow (diff)
downloadcmake-common-83b291da79c54d9f04cbc2a5eb41abab21fef050.tar.gz
cmake-common-83b291da79c54d9f04cbc2a5eb41abab21fef050.zip
docs: grammar
Diffstat (limited to 'docs/boost.md')
-rw-r--r--docs/boost.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/boost.md b/docs/boost.md
index 37ff3bb..72cea4a 100644
--- a/docs/boost.md
+++ b/docs/boost.md
@@ -5,8 +5,8 @@ The way Boost names library files by default is insane. It's absolutely not
compatible between OSs, compilers, Boost versions, etc. On Linux, for example,
it would create stage/lib/libboost_filesystem.a, while on Windows it would
become something insane like stage\lib\libboost_filesystem-vc142-mt-s-x64-1_72.lib.
-More than that, older Boost versions wouldn't include architecture information
-(the "x64" part) in the file name, so you couldn't store libraries for both x86
+More than that, older Boost versions don't include architecture information
+(the "x64" part) in the file name, so you cannot store libraries for both x86
and x64 in the same directory. On Linux, on the other hand, you can't even
store debug/release binaries in the same directory. What's worse is that older
CMake versions don't support the architecture suffix, choking on the Windows