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
699943fe
Commit
699943fe
authored
May 19, 2019
by
Enji Cooper
Browse files
Fix typo introduced in
63be3dcc
(maintaners -> maintainers)
Signed-off-by:
Enji Cooper
<
yaneurabeya@gmail.com
>
parent
f71fb4f9
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
CMakeLists.txt
CMakeLists.txt
+1
-1
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
googlemock/CMakeLists.txt
googlemock/CMakeLists.txt
+1
-1
googlemock/Makefile.am
googlemock/Makefile.am
+1
-1
googlemock/configure.ac
googlemock/configure.ac
+1
-1
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
googletest/Makefile.am
googletest/Makefile.am
+1
-1
googletest/configure.ac
googletest/configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
699943fe
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
cmake_minimum_required
(
VERSION 2.8.8
)
...
...
Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
## Process this file with automake to produce Makefile.in
...
...
configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
AC_INIT([Google C++ Mocking and Testing Frameworks],
...
...
googlemock/CMakeLists.txt
View file @
699943fe
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
#
# CMake build script for Google Mock.
...
...
googlemock/Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# Automake file
...
...
googlemock/configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
m4_include(../googletest/m4/acx_pthread.m4)
...
...
googletest/CMakeLists.txt
View file @
699943fe
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
#
# CMake build script for Google Test.
...
...
googletest/Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# Automake file
...
...
googletest/configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
m4_include(m4/acx_pthread.m4)
...
...
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