diff options
author | Manuel Vives <mv.manuelvives@gmail.com> | 2016-05-22 00:18:32 (GMT) |
---|---|---|
committer | Manuel Vives <mv.manuelvives@gmail.com> | 2016-05-22 00:18:32 (GMT) |
commit | a7ab054f2b777c9456cc70442596fd1b4b45cb02 (patch) | |
tree | 2eb5a1f3bbfdbff3ec1c77353d3fe8afc0f4d8f4 | |
parent | 0a439623f75c029912728d80cb7f1b8b48739ca4 (diff) | |
download | googletest-a7ab054f2b777c9456cc70442596fd1b4b45cb02.zip googletest-a7ab054f2b777c9456cc70442596fd1b4b45cb02.tar.gz googletest-a7ab054f2b777c9456cc70442596fd1b4b45cb02.tar.bz2 |
Issue 709: Fix Cmake policy 0048refs/pull/782/head
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d2b552..0dd97a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 2.6.2) +cmake_policy(SET CMP0048 NEW) project( googletest-distribution ) enable_testing() |