X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6d2b384b6fcc7965ffee22fa2d1ecb7efe42a29..35e30f108115bd9ec6e70067beb74807ec8293c9:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 00998112c5..5dfb7d491c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,12 +232,6 @@ IF(CMAKE_SYSTEM_PROCESSOR MATCHES ".86|AMD64|amd64") ENDIF() -if(ARCH_32_BITS) - set(MPI_ADDRESS_SIZE 4) -else() - set(MPI_ADDRESS_SIZE 8) -endif() - include(CheckFunctionExists) include(CheckTypeSize) include(CheckIncludeFile)