浏览代码

fixed bug

Ken Martin 23 年之前
父节点
当前提交
5b82069645
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/Dart.cmake

+ 1 - 1
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)