Variables.cmake: fix typo - Unkown -> Unknown
This commit is contained in:
@@ -108,7 +108,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|||||||
set(WORD_SIZE 32)
|
set(WORD_SIZE 32)
|
||||||
set(AUTOBUILD_PLATFORM_NAME "linux")
|
set(AUTOBUILD_PLATFORM_NAME "linux")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unkown Architecture!")
|
message(FATAL_ERROR "Unknown Architecture!")
|
||||||
endif (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
endif (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
endif (WORD_SIZE EQUAL 32)
|
endif (WORD_SIZE EQUAL 32)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user