blob: 605881a52c2c64893ca1ca1a9840fa772a701d26 (
plain)
1
2
3
4
5
|
set(pattern "${RunCMake_TEST_BINARY_DIR}/build/empty.build/Debug/Objects-normal/*/empty.o")
file(GLOB objs "${pattern}")
if(NOT objs)
set(RunCMake_TEST_FAILED "Expected object does not exist:\n ${pattern}")
endif()
|