Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
RunCMake
/
VSSolution
/
CMP0143-WARN-check.cmake
blob: 2d9829ceff74761326ca6b9c9918cd29e59da0af [
file
] [
log
] [
blame
]
getProjectNames
(
projects
)
list
(
FIND projects
"CMakePredefinedTargets"
found
)
if
(
NOT
(
found EQUAL
"-1"
))
error
(
"CMakePredefinedTargets should not be defined when CMP0143 is OLD!"
)
endif
()