Variables.cmake: fix typo - Unkown -> Unknown

This commit is contained in:
Nik Nyby
2017-09-30 23:48:25 -04:00
committed by GitHub
parent 71c363e115
commit 5e3e46847e

View File

@@ -108,7 +108,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(WORD_SIZE 32)
set(AUTOBUILD_PLATFORM_NAME "linux")
else()
message(FATAL_ERROR "Unkown Architecture!")
message(FATAL_ERROR "Unknown Architecture!")
endif (CMAKE_SIZEOF_VOID_P EQUAL 8)
endif (WORD_SIZE EQUAL 32)