Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
PolicyScope
/
Bar.cmake
blob: fb5ef60f5ec0c632141e69056b3adc1c2d60845e [
file
]
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}"
)