From 78f546b249abac96949818dc1faaf84f926a015a Mon Sep 17 00:00:00 2001 From: Navarrop Date: Thu, 23 Jun 2011 17:06:37 +0200 Subject: [PATCH] Cosmetics --- buildtools/Cmake/CompleteInFiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 39bab450c1..a9fea6aa65 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -698,7 +698,7 @@ endif(ADDR2LINE) ### Check if OSX can compile with ucontext (with gcc 4.[1-5] it is broken) if(APPLE) if(APPLE_NEED_GCC_VERSION GREATER COMPILER_C_VERSION_MAJOR_MINOR) - message(STATUS "Ucontext can't be used with this version of gcc (must be greater than 4.5") + message(STATUS "Ucontext can't be used with this version of gcc (must be greater than 4.5)") set(HAVE_UCONTEXT_H 0) endif(APPLE_NEED_GCC_VERSION GREATER COMPILER_C_VERSION_MAJOR_MINOR) endif(APPLE) -- 2.20.1