You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# This is run by test initialization in repeat-until-fail-cmake.cmake
|
|
# with cmake -P. It creates TEST_OUTPUT_FILE with a 0 in it.
|
|
file(WRITE "${TEST_OUTPUT_FILE}" "0")
|