mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
4201a11c2b
Not all of these commands accept non-compilable (i.e., IMPORTED) targets, so those calls are currently just commented out. If they ever do start to accept them, the tests should be enabled.
6 lines
112 B
CMake
6 lines
112 B
CMake
cmake_minimum_required(VERSION 3.11)
|
|
|
|
project(${RunCMake_TEST} LANGUAGES NONE)
|
|
|
|
include(${RunCMake_TEST}.cmake)
|