Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
654a195d8bc028f8ff005a5627159e638fa13fa0
/
.
/
Tests
/
RunCMake
/
CMakePresets
/
ErrorAbsInstallPath.cmake
blob: d6fe2ff38c24675836471584e2b868d814df00f6 [
file
]
cmake_diagnostic
(
GET CMD_INSTALL_ABSOLUTE_DESTINATION action
)
if
(
NOT
"${action}"
STREQUAL SEND_ERROR
)
message
(
SEND_ERROR
"wrong action for diagnostic CMD_INSTALL_ABSOLUTE_DESTINATION"
" (expected 'SEND_ERROR', actual '${action}')"
)
endif
()