X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb5f062589c377c00ba0de7691da6425ad7ada1c..a24acc29e1b20f23cbdec45571fe590ee5de357b:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index ac8fa34e57..8a33b010c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -909,11 +909,16 @@ if(pybind11_FOUND) else() message(" Compile Python bindings .....: OFF (disabled, or pybind11 not found)") endif() -if(Eigen3_FOUND) +if(SIMGRID_HAVE_EIGEN3) message(" Eigen3 library ..............: ${EIGEN3_VERSION_STRING} in ${EIGEN3_INCLUDE_DIR}") else() message(" Eigen3 library ..............: not found (EIGEN3_HINT='${EIGEN3_HINT}').") endif() +if(SIMGRID_HAVE_JSON) + message(" JSON library.................: ${nlohmann_json_FIND_VERSION} in ${NLOHMANN_JSON_INCLUDE_DIR}") +else() + 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}")