cmake/Tests/RunCMake/BuiltinTargets/TestDependsAll-Yes-build-check.cmake

4 lines
198 B
CMake
Raw Normal View History

2024-04-14 22:45:38 +02:00
if(NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/custom-output.txt)
set(RunCMake_TEST_FAILED "Building 'test' target did not build 'all' target:\n ${RunCMake_TEST_BINARY_DIR}/custom-output.txt")
endif()