Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MSG_host_get_storage_list() function
[simgrid.git] / buildtools / Cmake / GenerateDocWin.cmake
index b1fa93c..a7bc518 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 tesh simgrid-colorizer simgrid_update_xml
+    COMMAND ${NSIS_PATH}/makensis.exe simgrid.nsi
+    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/
+    )
+endif()
\ No newline at end of file