Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FeatureSummaryParentheses-CMP0183-NEW.cmake
blob: 154d2c01bf6b30d1e3f2fff83961ecdbe50f005f [
file
]
include
(
FeatureSummary
)
cmake_policy
(
SET CMP0183 NEW
)
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."
)
feature_summary
(
WHAT ALL
)