mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
4568d046c4
This property allows scripts to determine whether they're in project mode, script mode, find-package mode, CTest, or CPack.
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|