Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8386ae08e149fdcc3b9e1fbbd86a08da81f12536
/
.
/
Tests
/
RunCMake
/
target_link_libraries-LINKER-prefix
/
CheckRPath.cmake
blob: 9ee403ff9ec6814b79aeb1659cceed0a64c81297 [
file
]
file
(
RPATH_CHECK FILE
"${file}"
RPATH
"${rpath}"
)
if
(
NOT EXISTS
"${file}"
)
message
(
FATAL_ERROR
"RPATH for ${file} did not contain the expected value"
)
endif
()