mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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)
|