Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
c378d7eb
Commit
c378d7eb
authored
Jan 29, 2020
by
Krystian Kuzniarek
Browse files
remove a dead reference to the Autotools script
parent
10b1902d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
googletest/README.md
googletest/README.md
+3
-3
No files found.
googletest/README.md
View file @
c378d7eb
...
@@ -189,9 +189,9 @@ or
...
@@ -189,9 +189,9 @@ or
When Google Test uses pthread, you may need to add flags to your compiler and/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
linker to select the pthread library, or you'll get link errors. If you use the
CMake script
or the deprecated Autotools script, this is taken care of for you.
CMake script
, this is taken care of for you. If you use your own build script,
If you use your own build script,
you'll need to read your compiler and linker's
you'll need to read your compiler and linker's
manual to figure out what flags
manual to figure out what flags
to add.
to add.
### As a Shared Library (DLL)
### As a Shared Library (DLL)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment