File: testmd5.cmake

package info (click to toggle)
ciftilib 1.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,208 kB
  • sloc: cpp: 13,616; sh: 36; makefile: 23
file content (5 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (4)
1
2
3
4
5
FILE(MD5 ${check_file} real_sum)

IF(NOT (${real_sum} STREQUAL ${good_sum}))
    MESSAGE(FATAL_ERROR "expected ${good_sum}, got ${real_sum}")
ENDIF(NOT (${real_sum} STREQUAL ${good_sum}))