From 688fcf14f30bc80504d3d66c2db1424335c5f98f Mon Sep 17 00:00:00 2001 From: Guillaume Jacob Date: Tue, 22 Aug 2017 20:44:53 +0200 Subject: [PATCH] CMakeLists.txt: fix a typo in a message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33a381d364..a0b2baf529 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ include(cmake/OpenCVDownload.cmake) # Break in case of popular CMake configuration mistakes # ---------------------------------------------------------------------------- if(NOT CMAKE_SIZEOF_VOID_P GREATER 0) - message(FATAL_ERROR "CMake fails to deterimine the bitness of target platform. + message(FATAL_ERROR "CMake fails to determine the bitness of the target platform. Please check your CMake and compiler installation. If you are cross-compiling then ensure that your CMake toolchain file correctly sets the compiler details.") endif()