Variables.cmake: typo fix - BOOl -> BOOL

This commit is contained in:
Nik Nyby
2017-09-30 14:12:58 -04:00
committed by GitHub
parent 71c363e115
commit c68b7ff4a8

View File

@@ -85,7 +85,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
endif (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(LINUX ON BOOl FORCE)
set(LINUX ON BOOL FORCE)
# If someone has specified a word size, use that to determine the
# architecture. Otherwise, let the architecture specify the word size.