mirror of
https://github.com/google/googletest.git
synced 2024-12-29 03:33:40 +08:00
Merge pull request #1172 from joelypoley/joelypoley-patch-1
Fix cmake policy issue
This commit is contained in:
commit
50f3bafb1a
@ -1,8 +1,8 @@
|
||||
cmake_minimum_required(VERSION 2.6.4)
|
||||
|
||||
if (policy CMP0048)
|
||||
if (POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
endif (policy CMP0048)
|
||||
endif (POLICY CMP0048)
|
||||
|
||||
project( googletest-distribution )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user