Commit 50f3bafb authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #1172 from joelypoley/joelypoley-patch-1

Fix cmake policy issue
parents 28bb854c 568958e9
cmake_minimum_required(VERSION 2.6.4) cmake_minimum_required(VERSION 2.6.4)
if (policy CMP0048) if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
endif (policy CMP0048) endif (POLICY CMP0048)
project( googletest-distribution ) project( googletest-distribution )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment