changeset 401:827147052d8d

Corrected typo in CMake error message, fixes #68.
author David Nadlinger <code@klickverbot.at>
date Thu, 17 Mar 2011 19:11:40 +0100
parents a81c53f7b83b
children 8564ab82ea42
files cmake/FindD.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/FindD.cmake	Tue Mar 08 23:54:58 2011 +0100
+++ b/cmake/FindD.cmake	Thu Mar 17 19:11:40 2011 +0100
@@ -38,7 +38,7 @@
     endif(dmd_version)
     message(STATUS "D compiler found -- ${D_COMPILER_NAME} v${D_VERSION}.${D_FRONTEND}")
 else (DC)
-    message(FATAL_ERROR "D compliler is not found")
+    message(FATAL_ERROR "D compiler is not found")
 endif (DC)
 
 ## Get D compiler path.