From a9c5dc8aa679a877a289a11cea89fcc26269c1f1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 11 Jun 2019 22:45:22 +0200 Subject: [PATCH] cosmetics in cmake error messages --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe961c192d..ed680f238c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,7 +394,7 @@ if(enable_model-checking) set(SIMGRID_DEP "${SIMGRID_DEP} ${LIBEVENT_LIBRARIES} ${LIBELF_LIBRARIES} ${LIBDW_LIBRARIES}") set(SIMGRID_HAVE_MC 1) if("${CMAKE_SYSTEM}" MATCHES "FreeBSD" AND enable_java) - message(WARNING "FreeBSD + Model-Checking + Java = too much for now. Disabling java") + message(WARNING "FreeBSD + Model-Checking + Java = too much for now. Disabling the Java bindings.") set(enable_java FALSE) endif() else() @@ -811,7 +811,7 @@ endif() option(enable_python "Whether the Python bindings are activated." ${pybind11_FOUND}) # ON by default if dependencies are met if("${CMAKE_SYSTEM}" MATCHES "FreeBSD" AND enable_model-checking AND enable_python) - message(WARNING "FreeBSD + Model-Checking + Python = too much for now. Disabling python.") + message(WARNING "FreeBSD + Model-Checking + Python = too much for now. Disabling the Python bindings.") set(enable_python FALSE) endif() -- 2.20.1