Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6a7d5e414d07a1d511b66432626a7f2e884edf34
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FeatureSummaryRegex-CMP0183-OLD.cmake
blob: 590d202355af8d64ce030601ed9aef5d048af7f5 [
file
] [
log
] [
blame
]
include
(
FeatureSummary
)
cmake_policy
(
SET CMP0183 OLD
)
set
(
FOO
"lower"
)
add_feature_info
(
Foo
"FOO MATCHES (UPPER|lower)"
"Foo."
)
feature_summary
(
WHAT ALL
)