summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorJim Miller <millerjv@crd.ge.com>2001-05-25 11:31:26 (GMT)
committerJim Miller <millerjv@crd.ge.com>2001-05-25 11:31:26 (GMT)
commitf190cb8dc20e1130d0237778d4e81f0d515732df (patch)
tree2af37661702f5d02602643cfd341b004afe47fc3 /Modules
parent3546e5611c4dce84f604f0ca826f49b70c0cc73e (diff)
downloadCMake-f190cb8dc20e1130d0237778d4e81f0d515732df.zip
CMake-f190cb8dc20e1130d0237778d4e81f0d515732df.tar.gz
CMake-f190cb8dc20e1130d0237778d4e81f0d515732df.tar.bz2
BUG: missing quote on a custom command
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Testing.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Testing.cmake b/Modules/Testing.cmake
index 3901596..94aa309 100644
--- a/Modules/Testing.cmake
+++ b/Modules/Testing.cmake
@@ -144,7 +144,7 @@ IF(BUILD_TESTING)
ADD_CUSTOM_TARGET(NightlySubmit
"${TCLSHCOMMAND} Testing/Utilities/DashboardManager.tcl Nightly Submit")
ADD_CUSTOM_TARGET(NightlyDashboardStart
- "${TCLSHCOMMAND} Testing/Utilities/DashboardManager.tcl Nightly DashboardStart)
+ "${TCLSHCOMMAND} Testing/Utilities/DashboardManager.tcl Nightly DashboardStart")
ADD_CUSTOM_TARGET(NightlyDashboardEnd
"${TCLSHCOMMAND} Testing/Utilities/DashboardManager.tcl Nightly DashboardEnd")
ADD_CUSTOM_TARGET(ExperimentalBuild