Merge 13ec5ff1911d68e42f3b2736a3ee9e74f15dfbd1 into 749148f1accc346d94825358a9a745b852961a11

This commit is contained in:
Anspage 2020-03-21 21:35:52 +02:00 committed by GitHub
commit d3de4968ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,9 +189,9 @@ or
When Google Test uses pthread, you may need to add flags to your compiler and/or
linker to select the pthread library, or you'll get link errors. If you use the
CMake script, this is taken care of for you. If you use your own build script,
you'll need to read your compiler and linker's manual to figure out what flags
to add.
CMake script or the deprecated Autotools script, this is taken care of for you.
If you use your own build script, you'll need to read your compiler and linker's
manual to figure out what flags to add.
### As a Shared Library (DLL)