From aa6ace649b495ca65d72c0d7e0d27bcf25818e3e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Feb 2013 13:28:45 +0000 Subject: [PATCH] From Jordi Torres, "The info about cdash reports was outdated. Now it points to the right URL. BTW I have checked it out and the cdash server is working ok again. " --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46e434362..b6007f911 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -986,10 +986,10 @@ IF(BUILD_DOCUMENTATION) SET_TARGET_PROPERTIES(doc_openthreads PROPERTIES FOLDER "Documentation") ENDIF(BUILD_DOCUMENTATION) -OPTION(BUILD_DASHBOARD_REPORTS "Set to ON to activate reporting of OpenSceneGraph builds here http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph" OFF) +OPTION(BUILD_DASHBOARD_REPORTS "Set to ON to activate reporting of OpenSceneGraph builds here http://cdash.openscenegraph.org/index.php?project=OpenSceneGraph" OFF) IF(BUILD_DASHBOARD_REPORTS) # The following are required to uses Dart and the Cdash dashboard -# viewable here : http://www.cdash.org/CDashPublic/index.php?project=OpenSceneGraph +# viewable here : http://cdash.openscenegraph.org/index.php?project=OpenSceneGraph INCLUDE(Dart) ENDIF()