mirror of
https://github.com/google/googletest.git
synced 2025-03-10 09:16:48 +00:00
Merge pull request #3724 from jjfvanderpol:main
PiperOrigin-RevId: 426450614 Change-Id: Iccbe56ddd81f4f3935b3d44aa5b835146758ff83
This commit is contained in:
commit
14aa11db02
@ -7,6 +7,10 @@ if (POLICY CMP0048)
|
|||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
endif (POLICY CMP0048)
|
endif (POLICY CMP0048)
|
||||||
|
|
||||||
|
if (POLICY CMP0077)
|
||||||
|
cmake_policy(SET CMP0077 NEW)
|
||||||
|
endif (POLICY CMP0077)
|
||||||
|
|
||||||
project(googletest-distribution)
|
project(googletest-distribution)
|
||||||
set(GOOGLETEST_VERSION 1.11.0)
|
set(GOOGLETEST_VERSION 1.11.0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user