File: JPIPTestDriver.cmake

package info (click to toggle)
gdcm 3.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 26,880 kB
  • sloc: cpp: 203,477; ansic: 78,582; xml: 48,129; python: 3,459; cs: 2,308; java: 1,629; lex: 1,290; sh: 334; php: 128; makefile: 117
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (18)
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}")