mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|