add some documentation on how to use it
This commit is contained in:
parent
49f47e2b00
commit
5bffbfc638
|
@ -1,4 +1,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
|
||||
|
||||
# Begin User inputs:
|
||||
set( CTEST_SITE "mymachine" ) # generally the output of hostname
|
||||
|
|
Loading…
Reference in New Issue