From 4aa1db33d4c97c83352c2d04cc60032f64b74b5a Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 26 Sep 2013 18:57:22 +0200 Subject: [PATCH] no more tesh target on win --- buildtools/Cmake/GenerateDocWin.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/Cmake/GenerateDocWin.cmake b/buildtools/Cmake/GenerateDocWin.cmake index a7bc518d4f..71b7f8dba0 100644 --- a/buildtools/Cmake/GenerateDocWin.cmake +++ b/buildtools/Cmake/GenerateDocWin.cmake @@ -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() -- 2.20.1