fixed bug

This commit is contained in:
Ken Martin 2002-06-18 16:35:29 -04:00
parent 3d7a869b39
commit 5b82069645
1 changed files with 1 additions and 1 deletions

View File

@ -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)