mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
9 lines
161 B
CMake
9 lines
161 B
CMake
include(FeatureSummary)
|
|
|
|
cmake_policy(SET CMP0183 NEW)
|
|
|
|
set(FOO "lower")
|
|
add_feature_info(Foo "FOO MATCHES \"(UPPER|lower)\"" "Foo.")
|
|
|
|
feature_summary(WHAT ALL)
|