Commit b68f1e76 authored by Manuel VIVES's avatar Manuel VIVES
Browse files

Fix policy issue with old cmakes

#1169
parent d655d098
cmake_minimum_required(VERSION 2.6.4) cmake_minimum_required(VERSION 2.6.4)
cmake_policy(SET CMP0048 NEW) if (policy CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (policy CMP0048)
project( googletest-distribution ) project( googletest-distribution )
enable_testing() enable_testing()
......
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