mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
1313c78a9c
This was missed in commit 1edf138506 (Tests/RunCMake: Update
cmake_minimum_required versions, 2023-02-06, v3.27.0-rc1~508^2~1).
4 lines
109 B
CMake
4 lines
109 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
project(${RunCMake_TEST} LANGUAGES NONE)
|
|
include(${RunCMake_TEST}.cmake)
|