Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e48dbbf048604397ec00a2f95600e57b57634577
/
.
/
Tests
/
RunCMake
/
Policy
/
InvalidMaxVersion.cmake
blob: be3270f453e86542bda8575e1a0a08c4629ca54c [
file
] [
log
] [
blame
]
if
(
NOT version
)
message
(
SEND_ERROR
"Vesrion string is empty: ${version}"
)
endif
()
cmake_policy
(
VERSION
3.1
...
$
{
version
})