check_mark.cmake 173 B

12345
  1. if(EXISTS "${MARK_FILE}")
  2. message(FATAL_ERROR "Custom command run more than once!")
  3. else()
  4. file(WRITE "${MARK_FILE}" "check for running custom command twice\n")
  5. endif()