cmake/Tests/RunCMake/File_Configure/SubDir-check.cmake
2020-08-30 11:54:41 +02:00

5 lines
168 B
CMake

set(expected "${RunCMake_TEST_BINARY_DIR}/SubDir/out.txt")
if(NOT EXISTS "${expected}")
set(RunCMake_TEST_FAILED "Expected file not created:\n ${expected}")
endif()