diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-06-18 20:35:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-06-18 20:35:29 (GMT) |
commit | 5b820696454acedf0e0e80e216fb2de03c6995e7 (patch) | |
tree | 36cd133cc8affa5780479035658c2096f1d9edd0 /Modules/Dart.cmake | |
parent | 3d7a869b396592c5367653702751be979baf449d (diff) | |
download | CMake-5b820696454acedf0e0e80e216fb2de03c6995e7.zip CMake-5b820696454acedf0e0e80e216fb2de03c6995e7.tar.gz CMake-5b820696454acedf0e0e80e216fb2de03c6995e7.tar.bz2 |
fixed bug
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r-- | Modules/Dart.cmake | 2 |
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) |