Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
XcodeProject-Embed
/
EmbedFrameworksFlagsOnNoSubdir-build-check.cmake
blob: 23fd49d593bb01e3da9705df1eceded3266d56ee [
file
] [
log
] [
blame
] [
edit
]
if
(
NOT EXISTS $
{
RunCMake_TEST_BINARY_DIR
}/
Debug
/
app
.
app
/
Contents
/
Frameworks
/
$
{
EXTERNAL_DEPENDENCY_NAME
})
set
(
RunCMake_TEST_FAILED
"${EXTERNAL_DEPENDENCY_NAME} was not embedded at the expected location"
)
endif
()