Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FeatureSummaryParentheses-CMP0183-WARN.cmake
blob: 3fbd7d3e3dc8b248fc1ead434a5d7e306cd72078 [
file
] [
edit
]
include
(
FeatureSummary
)
set
(
WITH_FOO
1
)
set
(
WITH_BAR
1
)
set
(
WITH_BAZ
0
)
add_feature_info
(
Foo
"WITH_FOO AND (WITH_BAR OR WITH_BAZ)"
"Foo."
)
add_feature_info
(
Bar
"WITH_FOO;WITH_BAR"
"Bar."
)
feature_summary
(
WHAT ALL
)