mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
c6e6861e63
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()
|