blob: 3eb41f8e18d5e7a5e025543c59bd86c621b3a41a [file] [log] [blame] [edit]
# Check that we're linking to an object file on disk
# and not to "-objects" alias (which only exists for non-imported targets).
set(REGEX_TO_MATCH "
.*.Libraries =
.*{
.*'MyApp_CXX_Objs_1',
.*dummy.o'
.*}
")
include(${RunCMake_SOURCE_DIR}/check.cmake)