X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b2afa6fb61c4d127c8da001c4eab5ba2cdcdcfb..56f333204e077d4dcbd708be98107ccc26990b95:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c178109f4..5dd64660a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,6 +124,11 @@ endif(WIN32) 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)