diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:09:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:09:11 +0100 |
| commit | fa077b4cdd82540f7949cc6d5ee80d165020c877 (patch) | |
| tree | 41b0bb9415f2feb812f3da4cba24780ee566db44 /CMake/JPIPTestDriver.cmake | |
openjpeg-1.5.0.
Diffstat (limited to 'CMake/JPIPTestDriver.cmake')
| -rw-r--r-- | CMake/JPIPTestDriver.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMake/JPIPTestDriver.cmake b/CMake/JPIPTestDriver.cmake new file mode 100644 index 00000000..2147c464 --- /dev/null +++ b/CMake/JPIPTestDriver.cmake @@ -0,0 +1,9 @@ +# JPIP test driver +#message(STATUS "${D_URL}") +file(DOWNLOAD + "${D_URL}" + "${D_FILE}" + LOG log + EXPECTED_MD5 "${EXPECTED_MD5}" + ) +message(STATUS "LOG: ${log}") |
