Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused chunk of CMakeLists.txt
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 31 Oct 2016 22:47:15 +0000 (23:47 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 31 Oct 2016 22:47:15 +0000 (23:47 +0100)
CMakeLists.txt

index 5cf869c..f7e5c3e 100644 (file)
@@ -159,13 +159,6 @@ if(NOT CMAKE_CROSSCOMPILING AND EXISTS /usr/include/)
   set(INCLUDES ${INCLUDES} /usr/include/)
 endif()
 
-### Check 32bits or 64bits
-IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
-  SET(ARCH_32_BITS 1)
-ELSE()
-  SET(ARCH_32_BITS 0)
-ENDIF()
-
 if(WIN32)
   set(CMAKE_INCLUDE_WIN "${CMAKE_C_COMPILER}")
   set(CMAKE_LIB_WIN "${CMAKE_C_COMPILER}")