mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 19:50:31 -06:00
Issue: #20511 Co-Authored-by: Brad King <brad.king@kitware.com> Co-Authored-by: Robert Maynard <rmaynard@nvidia.com>
5 lines
201 B
CMake
5 lines
201 B
CMake
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()
|