From 12d0b7c93d54f51a9b47152dbd5ba9b5c182c966 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Jun 2002 16:38:19 -0400 Subject: [PATCH] ENH: change so that on all make based systems all dart targets are added --- Modules/Dart.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 853d5d1b1..cf5581393 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -101,7 +101,9 @@ IF(BUILD_TESTING) ADD_CUSTOM_TARGET(ExperimentalSubmit ${TCL_TCLSH} ${DART_ROOT}/Source/Client/DashboardManager.tcl ${PROJECT_BINARY_DIR}/DartConfiguration.tcl Experimental Submit) - IF (UNIX) +# for non IDE based builds nmake and make +# add all these extra targets + IF(${CMAKE_BUILD_TOOL} MATCH make) # Make targets for Experimental builds ADD_CUSTOM_TARGET(ExperimentalStart ${TCL_TCLSH} ${DART_ROOT}/Source/Client/DashboardManager.tcl ${PROJECT_BINARY_DIR}/DartConfiguration.tcl Experimental Start)