mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
The `WriteBasicConfigVersionFile` section of the `FindPackageTest` is independent of the rest.
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|