mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
2a5f5c0e31
Add policy CMP0077 to change this behavior in a compatible way.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
project(${RunCMake_TEST} CXX)
|
|
include(${RunCMake_TEST}.cmake)
|