Skip to content

Commit b43e5e2

Browse files
guillaume-jcbalalek
authored andcommitted
CMakeLists.txt: fix a typo in a message
1 parent c92ecc7 commit b43e5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ ocv_clear_vars(OpenCVModules_TARGETS)
7777
# Break in case of popular CMake configuration mistakes
7878
# ----------------------------------------------------------------------------
7979
if(NOT CMAKE_SIZEOF_VOID_P GREATER 0)
80-
message(FATAL_ERROR "CMake fails to deterimine the bitness of target platform.
81-
Please check your CMake and compiler installation. If you are crosscompiling then ensure that your CMake toolchain file correctly sets the compiler details.")
80+
message(FATAL_ERROR "CMake fails to determine the bitness of the target platform.
81+
Please check your CMake and compiler installation. If you are cross-compiling then ensure that your CMake toolchain file correctly sets the compiler details.")
8282
endif()
8383

8484
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)