File: JPIPTestDriver.cmake

package info (click to toggle)
openjpeg2 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,556 kB
  • sloc: ansic: 150,768; cpp: 7,019; java: 1,996; sh: 615; python: 198; makefile: 69
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
# JPIP test driver
#message(STATUS "${D_URL}")
file(DOWNLOAD
  "${D_URL}"
  "${D_FILE}"
  LOG log
  EXPECTED_MD5 "${EXPECTED_MD5}"
  )
message(STATUS "LOG: ${log}")