Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no more tesh target on win
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 26 Sep 2013 16:57:22 +0000 (18:57 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 26 Sep 2013 16:57:22 +0000 (18:57 +0200)
buildtools/Cmake/GenerateDocWin.cmake

index a7bc518..71b7f8d 100644 (file)
@@ -16,8 +16,8 @@ endif()
 if(NSIS_PATH)
   ADD_CUSTOM_TARGET(nsis
     COMMENT "Generating the SimGrid installor for Windows..."
-    DEPENDS simgrid simgrid graphicator tesh simgrid-colorizer simgrid_update_xml
+    DEPENDS simgrid simgrid graphicator simgrid-colorizer simgrid_update_xml
     COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi
     WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/
     )
-endif()
\ No newline at end of file
+endif()