]> Creatis software - gdcm.git/commitdiff
ENH: Adding Dart support in openjpeg
authormalaterre <malaterre>
Tue, 8 Nov 2005 16:37:07 +0000 (16:37 +0000)
committermalaterre <malaterre>
Tue, 8 Nov 2005 16:37:07 +0000 (16:37 +0000)
src/gdcmopenjpeg/CMakeLists.txt
src/gdcmopenjpeg/DartConfig.cmake [new file with mode: 0644]

index 2c96d486700541f01f240062f8ef759608776afa..35d2019b2e096e5a5235fb0dd6c3c10782630c2e 100644 (file)
@@ -1,5 +1,11 @@
 PROJECT(OPENJPEG)
 
+# For openjpeg team if they ever want Dart+CMake
+IF(FALSE)
+  ENABLE_TESTING()
+  INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
+ENDIF(FALSE)
+
 #-----------------------------------------------------------------------------
 # OPENJPEG version number, usefull for packaging and doxygen doc:
 SET(OPENJPEG_MAJOR_VERSION 0)
diff --git a/src/gdcmopenjpeg/DartConfig.cmake b/src/gdcmopenjpeg/DartConfig.cmake
new file mode 100644 (file)
index 0000000..421763f
--- /dev/null
@@ -0,0 +1,11 @@
+# Dashboard is opened for submissions for a 24 hour period starting at
+# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
+SET (NIGHTLY_START_TIME "21:00:00 EDT")
+
+# Dart server to submit results (used by client)
+SET (DROP_METHOD "http")
+SET (DROP_SITE "public.kitware.com")
+SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
+SET (TRIGGER_SITE 
+    "http://${DROP_SITE}/cgi-bin/Submit-Public-TestingResults.cgi")
+