Issue 709: Fix Cmake policy 0048

This commit is contained in:
Manuel Vives 2016-05-21 20:18:32 -04:00
parent 15b52cec0d
commit 75c5a0e0c0

View File

@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.6.2)
cmake_policy(SET CMP0048 NEW)
project( googletest-distribution )
enable_testing()