Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfc8eeedc8a305ba7b95027c19ffaab278e77016
/
.
/
Tests
/
RunCMake
/
CMP0106
/
CMakeLists.txt
blob: 0a96a26fddd1c7f93a0292ed6e43b8dfb5a1463d [
file
]
cmake_minimum_required(VERSION 3.17)
if (RunCMake_TEST STREQUAL "CMP0106-WARN-VTK")
project(VTK NONE)
else ()
project(${RunCMake_TEST} NONE)
endif ()
include(${RunCMake_TEST}.cmake)