Skip to content
Snippets Groups Projects
Commit bd3d9e1b authored by Boroondas Gupte's avatar Boroondas Gupte
Browse files

VWR-20911 FOLLOWUP fixed indentation (cmake files use spaces only)

(transplanted from d02b22278d5b0a0386b3a7c25221b2069bc02963)
parent 136858bd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment