Merge pull request #2264 from mbrobbel:suppress-cmp0048-warning
PiperOrigin-RevId: 250620088
This commit is contained in:
commit
8ffb7e5c88
|
@ -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()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (POLICY CMP0048)
|
|
||||||
cmake_policy(SET CMP0048 NEW)
|
|
||||||
endif (POLICY CMP0048)
|
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
include(CMakeDependentOption)
|
include(CMakeDependentOption)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user