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