Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put pid on 2 chars to help sorting, and revalidate the output (timestamps changed...
[simgrid.git] / CMakeLists.txt
index 0c17810..5dd6466 100644 (file)
@@ -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)