Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
On Mac set smpi to off by default.
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index 1a63324..17d8372 100644 (file)
@@ -141,3 +141,8 @@ message("   Smpi dependencies   :   ${SMPI_DEP}")
 message("")
 message("      INSTALL_PREFIX:         ${CMAKE_INSTALL_PREFIX}")
 message("")
+
+exec_program("${CMAKE_COMMAND} -E make_directory ${simgrid_BINARY_DIR}/Testing/Notes/")
+file(WRITE ${simgrid_BINARY_DIR}/Testing/Notes/Build  "SVN version : ${SVN_VERSION}\n")
+file(APPEND ${simgrid_BINARY_DIR}/Testing/Notes/Build "Release     : simgrid-${release_version}\n")