X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab4dd058e59625e67e29b3328b8aad99f6f90c27..a5700748e9db05e5e91e50c92cb3054f71b9b515:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e5edbe63ca..b68c5034ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,10 +190,6 @@ endif() include_directories(${INCLUDES}) -### Determine the assembly flavor that we need today -include(CMakeDetermineSystem) -set(PROCESSOR_${CMAKE_SYSTEM_PROCESSOR} 1) - ### Setup Options include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Option.cmake)