mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
6a7d5e414d
Closes: #26468
9 lines
157 B
CMake
9 lines
157 B
CMake
include(FeatureSummary)
|
|
|
|
cmake_policy(SET CMP0183 OLD)
|
|
|
|
set(FOO "lower")
|
|
add_feature_info(Foo "FOO MATCHES (UPPER|lower)" "Foo.")
|
|
|
|
feature_summary(WHAT ALL)
|