Skip to content

Commit 8f30115

Browse files
authored
Merge pull request opencv#9438 from lpea:master
2 parents f0fb665 + 688fcf1 commit 8f30115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ include(cmake/OpenCVDownload.cmake)
127127
# Break in case of popular CMake configuration mistakes
128128
# ----------------------------------------------------------------------------
129129
if(NOT CMAKE_SIZEOF_VOID_P GREATER 0)
130-
message(FATAL_ERROR "CMake fails to deterimine the bitness of target platform.
130+
message(FATAL_ERROR "CMake fails to determine the bitness of the target platform.
131131
Please check your CMake and compiler installation. If you are cross-compiling then ensure that your CMake toolchain file correctly sets the compiler details.")
132132
endif()
133133

0 commit comments

Comments
 (0)