Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
240fe5a0
Commit
240fe5a0
authored
Jun 05, 2009
by
zhanyong.wan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes errors in the autotools scripts.
parent
b8243162
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
gmock-config.in
scripts/gmock-config.in
+1
-1
No files found.
configure.ac
View file @
240fe5a0
...
...
@@ -80,7 +80,7 @@ AC_ARG_VAR([GTEST_VERSION],
[The version of Google Test available.])
HAVE_BUILT_GTEST="no"
GTEST_MIN_VERSION="1.
2.1
"
GTEST_MIN_VERSION="1.
3.0
"
AS_IF([test "x${enable_external_gtest}" = "xyes"],
[# Begin filling in variables as we are able.
...
...
scripts/gmock-config.in
View file @
240fe5a0
...
...
@@ -259,7 +259,7 @@ fi
# Add the necessary Google Test bits into the various flag variables
gmock_cppflags
=
"
${
gmock_cppflags
}
`
${
gtest_config
}
--cppflags
`
"
gmock_cxxflags
=
"
${
gmock_cxxflags
}
`
${
gtest_config
}
--cxxflags
`
"
gmock_ldflags
=
"
${
gmock_ldflags
}
`
${
gtest_config
}
--ldflags
`
"
gmock_ldflags
=
"
${
gmock_ldflags
}
`
${
gtest_config
}
--ldflags
`
"
gmock_libs
=
"
${
gmock_libs
}
`
${
gtest_config
}
--libs
`
"
# Do an installation query if requested.
...
...
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