Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop trying to build on native WIN32, it's broken anyway
[simgrid.git] / tools / tesh / CMakeLists.txt
index 77e6bf9..eb1cade 100644 (file)
@@ -6,7 +6,7 @@ foreach(x setenv set-output-ignore set-output-sort set-return set-timeout backgr
           catch-all-bg-output catch-return catch-signal catch-timeout catch-timeout-output catch-wrong-output cd color
           ignore-regexp IO-bigsize IO-broken-pipe IO-orders)
   set(tesh_files  ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh)
-  if(NOT enable_memcheck AND NOT WIN32)
+  if(NOT enable_memcheck)
     ADD_TESH(tesh-self-${x} --setenv bindir=${CMAKE_BINARY_DIR}/bin ${CMAKE_HOME_DIRECTORY}/tools/tesh/${x}.tesh)
   endif()
 endforeach()