From: Arnaud Giersch Date: Wed, 29 Mar 2023 10:32:40 +0000 (+0200) Subject: Cosmetics (help project_description.sh) [ci-skip]. X-Git-Tag: v3.34~248 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a1b2f992909bf68631c606d72587a3bf7414c0da Cosmetics (help project_description.sh) [ci-skip]. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4611a4f920..5123dba877 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -918,23 +918,23 @@ endif() if(SIMGRID_HAVE_EIGEN3) message(" Eigen3 library ..............: ${EIGEN3_VERSION_STRING} in ${EIGEN3_INCLUDE_DIR}") else() - message(" Eigen3 library ..............: not found (EIGEN3_HINT='${EIGEN3_HINT}').") + message(" Eigen3 library ..............: not found (EIGEN3_HINT='${EIGEN3_HINT}')") endif() if(SIMGRID_HAVE_JSON) - message(" JSON library.................: ${nlohmann_json_VERSION} in ${NLOHMANN_JSON_INCLUDE_DIR}") + message(" JSON library ................: ${nlohmann_json_VERSION} in ${NLOHMANN_JSON_INCLUDE_DIR}") else() - message(" JSON library.................: not found (nlohmann_json_HINT='${nlohmann_json_HINT}')") + message(" JSON library ................: not found (nlohmann_json_HINT='${nlohmann_json_HINT}')") endif() message(" Compile Smpi ................: ${HAVE_SMPI}") message(" Smpi fortran ..............: ${SMPI_FORTRAN}") message(" MPICH3 testsuite ..........: ${enable_smpi_MPICH3_testsuite}") message(" MBI testsuite .............: ${enable_smpi_MBI_testsuite}") message(" Privatization .............: ${HAVE_PRIVATIZATION}") -message(" PAPI support...............: ${HAVE_PAPI}") +message(" PAPI support ..............: ${HAVE_PAPI}") message(" Compile Boost.Context support: ${HAVE_BOOST_CONTEXTS}") message("") message(" Maintainer mode .............: ${enable_maintainer_mode}") -message(" Documentation................: ${enable_documentation}") +message(" Documentation ...............: ${enable_documentation}") message(" Model checking ..............: ${SIMGRID_HAVE_MC}") message(" Graphviz mode ...............: ${HAVE_GRAPHVIZ}") message(" Mallocators .................: ${enable_mallocators}")