swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: b0cce4747eb1f7abda7cc6004c16748c8c50621c authored by Bill Hoffman on 24 September 2008, 17:52:10 UTC
ENH: remove RC 2.6.2 is ready
Tip revision: b0cce47
check_mark.cmake
IF(EXISTS "${MARK_FILE}")
  MESSAGE(FATAL_ERROR "Custom command run more than once!")
ELSE(EXISTS "${MARK_FILE}")
  FILE(WRITE "${MARK_FILE}" "check for running custom command twice\n")
ENDIF(EXISTS "${MARK_FILE}")
back to top