summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2010-08-31 14:41:46 +0200
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2010-08-31 14:41:46 +0200
commitbd3d9e1ba99586d31b6deba2f9dc54d481f9740b (patch)
treedae6b923dcd24a2373017f100a034bbd21fe912e
parent136858bd20acab9684c2bd1673663fc925f0cc77 (diff)
VWR-20911 FOLLOWUP fixed indentation (cmake files use spaces only)
(transplanted from d02b22278d5b0a0386b3a7c25221b2069bc02963)
-rw-r--r--indra/cmake/Variables.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 8a08154295..230e228c62 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -62,12 +62,12 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(ARCH x86_64)
else (WORD_SIZE EQUAL 32)
if(CMAKE_SIZEOF_VOID_P MATCHES 4)
- set(ARCH i686)
- set(WORD_SIZE 32)
- else(CMAKE_SIZEOF_VOID_P MATCHES 4)
- set(ARCH x86_64)
- set(WORD_SIZE 64)
- endif(CMAKE_SIZEOF_VOID_P MATCHES 4)
+ set(ARCH i686)
+ set(WORD_SIZE 32)
+ else(CMAKE_SIZEOF_VOID_P MATCHES 4)
+ set(ARCH x86_64)
+ set(WORD_SIZE 64)
+ endif(CMAKE_SIZEOF_VOID_P MATCHES 4)
endif (WORD_SIZE EQUAL 32)
set(LL_ARCH ${ARCH}_linux)