Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First step for a windows package.
[simgrid.git] / buildtools / Cmake / AddTests.cmake
index 5865d11..c9e69de 100644 (file)
@@ -9,16 +9,8 @@ if(enable_smpi AND NOT WIN32)
        exec_program("chmod a=rwx ${CMAKE_BINARY_DIR}/bin/smpiff" OUTPUT_VARIABLE "OKITOKI")
        exec_program("chmod a=rwx ${CMAKE_BINARY_DIR}/bin/smpirun" OUTPUT_VARIABLE "OKITOKI")
 endif(enable_smpi AND NOT WIN32)
-
-
-if(${PROCESSOR_x86_64})
-       set(HAVE_RAWCTX 1)
-endif(${PROCESSOR_x86_64})
-if(${PROCESSOR_i686})
-       set(HAVE_RAWCTX 1)
-endif(${PROCESSOR_i686})
        
-
+       
 ### For code coverage
 ### Set some variables
 SET(UPDATE_TYPE "svn")