From 7c1fecc94ae75ce1cda98c8de810d72648796564 Mon Sep 17 00:00:00 2001 From: Benoit Neil Date: Tue, 7 Apr 2009 11:23:23 +0000 Subject: (From Bill Hoffman & Sukender) Added Dashboard reports. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3113b3f52..9b7b3b26a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -822,6 +822,12 @@ IF(BUILD_CURL_TESTS) ADD_SUBDIRECTORY(tests) ENDIF() +OPTION(BUILD_DASHBOARD_REPORTS "Set to ON to activate reporting of cURL builds here http://www.cdash.org/CDashPublic/index.php?project=CURL" OFF) +IF(BUILD_DASHBOARD_REPORTS) + INCLUDE(Dart) + #INCLUDE(CTest) +ENDIF(BUILD_DASHBOARD_REPORTS) + # This needs to be run very last so other parts of the scripts can take advantage of this. IF(NOT CURL_CONFIG_HAS_BEEN_RUN_BEFORE) SET(CURL_CONFIG_HAS_BEEN_RUN_BEFORE 1 CACHE INTERNAL "Flag to track whether this is the first time running CMake or if CMake has been configured before") -- cgit v1.2.3