X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ce7378b4527309b4aa452c2d2bf416b7e8a10a5..80e08b1a5d1247c8f9921f2e8a68ca31ce961e4d:/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)