Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4ae24357adf999e500162084475aa41cb45ede3d
/
.
/
Tests
/
RunCMake
/
NinjaPrivateDeps
/
CMP0154-OLD-Build-PrivateFileSet-Source-check.cmake
blob: 25c23d7567c787e5e31f3577b05d7c06f3a36c6e [
file
] [
log
] [
blame
]
if
(
NOT EXISTS $
{
RunCMake_TEST_BINARY_DIR
}/
private
.
h
)
set
(
RunCMake_TEST_FAILED
"Policy CMP0154 set to OLD but using new behavior private headers."
)
endif
()