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