From eb326cdbc83c46f7562bc1a6d6fbd29d7f86ba10 Mon Sep 17 00:00:00 2001 From: saskathex Date: Fri, 28 Dec 2012 19:29:15 +0100 Subject: [PATCH] Fixed misspelled words. --- cmake/OpenCVDetectCUDA.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/OpenCVDetectCUDA.cmake b/cmake/OpenCVDetectCUDA.cmake index d6d5f3a..5a27532 100644 --- a/cmake/OpenCVDetectCUDA.cmake +++ b/cmake/OpenCVDetectCUDA.cmake @@ -4,12 +4,12 @@ if(${CMAKE_VERSION} VERSION_LESS "2.8.3") endif() if(WIN32 AND NOT MSVC) - message(STATUS "CUDA compilation is disabled (due to only Visual Studio compiler suppoted on your platform).") + message(STATUS "CUDA compilation is disabled (due to only Visual Studio compiler supported on your platform).") return() endif() if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - message(STATUS "CUDA compilation is disabled (due to Clang unsuppoted on your platform).") + message(STATUS "CUDA compilation is disabled (due to Clang unsupported on your platform).") return() endif() -- 2.7.4