mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
CMakeLists.txt: fix a typo in a message
This commit is contained in:
parent
f0fb665407
commit
688fcf14f3
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user