mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
97464aa970
Fixes: #25550
8 lines
253 B
CMake
8 lines
253 B
CMake
cmake_minimum_required(VERSION 3.29)
|
|
|
|
# This is different to the usual RunCMake test pattern. We are specifically
|
|
# testing the scenario where enable_language() is called before project().
|
|
include(${RunCMake_TEST}.cmake)
|
|
|
|
project(${RunCMake_TEST} NONE)
|