CMakeLists.txt: fix a typo in a message
authorGuillaume Jacob <abun.lp@gmail.com>
Tue, 22 Aug 2017 18:44:53 +0000 (20:44 +0200)
committerGuillaume Jacob <abun.lp@gmail.com>
Tue, 22 Aug 2017 18:48:35 +0000 (20:48 +0200)
CMakeLists.txt

index 33a381d..a0b2baf 100644 (file)
@@ -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()