summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/Dart.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index cf55813..e60bb9d 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -103,7 +103,7 @@ IF(BUILD_TESTING)
# for non IDE based builds nmake and make
# add all these extra targets
- IF(${CMAKE_BUILD_TOOL} MATCH make)
+ IF(${CMAKE_BUILD_TOOL} MATCHES 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)