Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sometimes, on windows, cmake answers weirdly to this and rawcontexts aren't built
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 1 Oct 2013 12:46:19 +0000 (14:46 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 1 Oct 2013 12:46:19 +0000 (14:46 +0200)
buildtools/Cmake/CompleteInFiles.cmake

index 93fa2e4..01e26c0 100644 (file)
@@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH
 
 ### Determine the assembly flavor that we need today
 include(CMakeDetermineSystem)
-IF(CMAKE_SYSTEM_PROCESSOR MATCHES ".86")
+IF(CMAKE_SYSTEM_PROCESSOR MATCHES ".86|AMD64")
   IF(${ARCH_32_BITS})
     message(STATUS "System processor: i686 (${CMAKE_SYSTEM_PROCESSOR}, 32 bits)")
     set(PROCESSOR_i686 1)