Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e62b6cb748cdd26f19451284d79e7552ee25cb15
/
.
/
Tests
/
PolicyScope
/
Bar.cmake
blob: fb5ef60f5ec0c632141e69056b3adc1c2d60845e [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
3.31
)
# Make sure a policy set differently by our includer is now correct.
cmake_policy
(
GET CMP0180 cmp
)
check
(
CMP0180
"NEW"
"${cmp}"
)