Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is no need to export these functions. Mark them static.
[simgrid.git] / buildtools / Cmake / GenerateDocWin.cmake
index b1fa93ce5784fee25d83c9cecd4da4956e59bd1a..71b7f8dba0d695c5e0899e87578949715429e3f7 100644 (file)
@@ -10,14 +10,14 @@ if(WGET_PATH)
     COMMENT "Downloading the SimGrid documentation..."
     COMMAND ${WGET_PATH}/wget.exe -r -np -nH -nd http://simgrid.gforge.inria.fr/simgrid/${release_version}/doc/
     WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/doc/html
-  )
-endif(WGET_PATH)
+    )
+endif()
 
 if(NSIS_PATH)
-ADD_CUSTOM_TARGET(nsis
-  COMMENT "Generating the SimGrid installor for Windows..."
-  DEPENDS simgrid simgrid gras graphicator tesh simgrid-colorizer simgrid_update_xml
-  COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi
-  WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/
-)
-endif(NSIS_PATH)
\ No newline at end of file
+  ADD_CUSTOM_TARGET(nsis
+    COMMENT "Generating the SimGrid installor for Windows..."
+    DEPENDS simgrid simgrid graphicator simgrid-colorizer simgrid_update_xml
+    COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi
+    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/
+    )
+endif()