mirror of
https://github.com/google/googletest.git
synced 2025-04-07 22:40:29 +00:00
parent
d655d0989d
commit
b68f1e769c
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
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 )
|
||||
|
||||
enable_testing()
|
||||
|
|
Loading…
Add table
Reference in a new issue