mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
Issue 709: Fix Cmake policy 0048
This commit is contained in:
parent
0a439623f7
commit
a7ab054f2b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
cmake_minimum_required(VERSION 2.6.2)
|
||||
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
project( googletest-distribution )
|
||||
|
||||
enable_testing()
|
||||
|
|
Loading…
Add table
Reference in a new issue