mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
7 lines
248 B
CMake
7 lines
248 B
CMake
foreach(output IN ITEMS output1 output2 output3 output4)
|
|
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/${output}")
|
|
set(RunCMake_TEST_FAILED "Failed to create output:\n ${RunCMake_TEST_BINARY_DIR}/${output}")
|
|
return()
|
|
endif()
|
|
endforeach()
|