
Run the tests only if enabled explicitly by an undocumented cache entry. We will enable it on hosts known to have the toolchains. Closes: #26735
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 4.0)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|