mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
6a7d5e414d
Closes: #26468
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)
|