mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 06:00:51 -06:00
Improve `set()` diagnostics to be more specific than
given invalid arguments for CACHE mode
9 lines
177 B
CMake
9 lines
177 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CacheErrors)
|
|
run_cmake(ParentScope)
|
|
run_cmake(ParentPulling)
|
|
run_cmake(ParentPullingRecursive)
|
|
run_cmake(UnknownCacheType)
|
|
run_cmake(ExtraEnvValue)
|