Files
CMake/Tests/RunCMake/CommandLine/E___run_co_compile-tidy-remove-fixes-check.cmake
T
2022-12-06 10:39:29 -05:00

4 lines
173 B
CMake

if(EXISTS "${RunCMake_BINARY_DIR}/tidy-fixes.yaml")
string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_BINARY_DIR}/tidy-fixes.yaml not to exist but it does")
endif()