diff options
-rw-r--r-- | Modules/Dart.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 853d5d1..cf55813 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) |