summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-27 06:48:13 -0400
committerBrad King <brad.king@kitware.com>2017-10-27 06:48:36 -0400
commit8363f4f8bb3f57991ddb70e3d288ff96f6ff2cea (patch)
treeea3ba694a6a8dbb3c746f4e4a2dff4851cbadaf5
parent938c86ba1fc0121387038e65b511491a9336f7a3 (diff)
downloadcmake-dashboard.tar.gz
cmake_common: Fix typo in commentdashboard
Reported-by: Alan W. Irwin <irwin@beluga.phys.uvic.ca>
-rw-r--r--cmake_common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake_common.cmake b/cmake_common.cmake
index b063829417..4b78c9c22f 100644
--- a/cmake_common.cmake
+++ b/cmake_common.cmake
@@ -469,7 +469,7 @@ while(NOT dashboard_done)
if(NOT dashboard_no_test)
ctest_test(${CTEST_TEST_ARGS})
endif()
- set(safe_message_skip 1) # Block furhter messages
+ set(safe_message_skip 1) # Block further messages
if(dashboard_do_coverage)
ctest_coverage()