Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
62dc29dfccbecb51962d8b7bb6ec00e596272d75
/
.
/
Tests
/
RunCMake
/
CheckSourceCompiles
/
CMakeLists.txt
blob: 87023e020040ddd95d07663637bf3b1d12f04c28 [
file
]
cmake_minimum_required(VERSION 3.13)
if(POLICY CMP0219)
cmake_policy(SET CMP0219 OLD)
endif()
project(${RunCMake_TEST} LANGUAGES NONE)
include(${RunCMake_TEST}.cmake)