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