Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
export
/
FindDependencyExportShared-check.cmake
blob: d7a32d1656d8e61c1c16f5e23adecf6f56ce4504 [
file
]
file
(
READ
"${RunCMake_TEST_BINARY_DIR}/mytargets.cmake"
mytargets
)
if
(
"${mytargets}"
MATCHES
"find_dependency"
)
string
(
APPEND
RunCMake_TEST_FAILED
"No dependencies should not be exported\n"
)
endif
()