mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
94c1e4fdb3
Also rename the `INVOKE` signature to `CALL`. Fixes: #20732
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|