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
8ffb7e5c
Commit
8ffb7e5c
authored
May 29, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2264 from mbrobbel:suppress-cmp0048-warning
PiperOrigin-RevId: 250620088
parents
899c0826
97d8c47d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
CMakeLists.txt
CMakeLists.txt
+4
-4
CONTRIBUTING.md
CONTRIBUTING.md
+3
-1
No files found.
CMakeLists.txt
View file @
8ffb7e5c
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
cmake_minimum_required
(
VERSION 2.8.8
)
cmake_minimum_required
(
VERSION 2.8.8
)
if
(
POLICY CMP0048
)
cmake_policy
(
SET CMP0048 NEW
)
endif
(
POLICY CMP0048
)
project
(
googletest-distribution
)
project
(
googletest-distribution
)
set
(
GOOGLETEST_VERSION 1.9.0
)
set
(
GOOGLETEST_VERSION 1.9.0
)
...
@@ -16,10 +20,6 @@ else()
...
@@ -16,10 +20,6 @@ else()
endif
()
endif
()
endif
()
endif
()
if
(
POLICY CMP0048
)
cmake_policy
(
SET CMP0048 NEW
)
endif
(
POLICY CMP0048
)
enable_testing
()
enable_testing
()
include
(
CMakeDependentOption
)
include
(
CMakeDependentOption
)
...
...
CONTRIBUTING.md
View file @
8ffb7e5c
...
@@ -20,7 +20,9 @@ instructions for how to sign and return it. Once we receive it, we'll be able to
...
@@ -20,7 +20,9 @@ instructions for how to sign and return it. Once we receive it, we'll be able to
accept your pull requests.
accept your pull requests.
## Are you a Googler?
## Are you a Googler?
If you are a Googler, you can either create an internal change or work on GitHub directly.
If you are a Googler, plese make an attempt to submit an internal change rather
than a GitHub Pull Request. If you are not able to submit an internal change
a PR is acceptable as an alternative.
## Contributing A Patch
## Contributing A Patch
...
...
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