parent
d24899d1d3
commit
b0eda8c2ca
|
@ -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…
Reference in New Issue
Block a user