FUNCTION(MESSAGE1 id out) STRING(MD5 hash "${out}") IF(NOT __msg1_${id} STREQUAL "${hash}") MESSAGE(STATUS "${out}") ENDIF() SET(__msg1_${id} ${hash} CACHE INTERNAL "") ENDFUNCTION()