diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-21 12:15:51 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-21 12:15:51 +0000 |
| commit | 27850206b50e59a41125cdcd60770b47bf08b16e (patch) | |
| tree | ba4ed36f6c140906e9d8185aa1ef50a94a6da868 | |
| parent | 5bffbfc638c2ed2ed3767943232357c309b7ea94 (diff) | |
add some more documentation
| -rw-r--r-- | CMake/mymachine_openjpeg.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/mymachine_openjpeg.cmake b/CMake/mymachine_openjpeg.cmake index d7358665..f9ccc398 100644 --- a/CMake/mymachine_openjpeg.cmake +++ b/CMake/mymachine_openjpeg.cmake @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8) # simply copy this file anywhere on your system and execute like this: # ctest -S mymachine_openjpeg.cmake -V # This will retrieve/compile/run tests/upload to cdash OpenJPEG +# results will be available at: http://my.cdash.org/index.php?project=OPENJPEG # Begin User inputs: set( CTEST_SITE "mymachine" ) # generally the output of hostname |
