Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
de5fa2ae53c75eccff75df9df7be84e2d8f51397
/
.
/
Tests
/
RunCMake
/
FetchContent
/
CMakeLists.txt
blob: d5002e552458443f74690123d402bb0a4889890e [
file
]
cmake_minimum_required(VERSION 3.10)
project(${RunCMake_TEST} NONE)
if(CMP0168 STREQUAL "NEW")
cmake_policy(SET CMP0168 NEW)
else()
cmake_policy(SET CMP0168 OLD)
endif()
include(${RunCMake_TEST}.cmake)