From c68b7ff4a89321cf3ed6b07ef33fc5864dd8a281 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 30 Sep 2017 14:12:58 -0400 Subject: [PATCH] Variables.cmake: typo fix - BOOl -> BOOL --- indra/cmake/Variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index ea904742e..76c0b1427 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -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.