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

Merge pull request #1170 from Manozco/1169_fix_old_cmake_issue

Fix policy issue with old cmakes
parents d655d098 b68f1e76
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