mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
a8e64742aa
Compilation is complicated. Caching / distribution is even more complicated. Sometimes there are bugs (in compilers as well as in FASTBuild), so export the option to disable those features for CMake targets.
4 lines
95 B
CMake
4 lines
95 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(${RunCMake_TEST})
|
|
include(${RunCMake_TEST}.cmake)
|