Files
CMake/Tests/RunCMake/CMP0165/CMakeLists.txt
T
2024-04-02 23:00:38 +11:00

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)