Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3760ac9845e3c0d163eb1b4d83ab5b2f367507aa
/
.
/
Tests
/
RunCMake
/
project
/
VersionMissingLanguages.cmake
blob: dc415141c85b77e8e98d1a31b77eb453b7ede4d8 [
file
]
cmake_policy
(
SET CMP0048 NEW
)
project
(
ProjectA
VERSION
1
NONE
)
message
(
"This line not reached."
)