From aca743d015bdffe8fbe484da09bc0feba717f9bb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 31 Mar 2023 16:41:39 +0200 Subject: [PATCH] Fix doc on how to select the compiler before compiling --- docs/source/Installing_SimGrid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index 5cb50fbe0d..4751ceb890 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -195,7 +195,7 @@ Note that the dot at the end is mandatory (see :ref:`install_cmake_outsrc`). .. code-block:: console - $ cmake -DCC=clang -DCXX=clang++ . + $ cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . SimGrid compilation options """"""""""""""""""""""""""" -- 2.20.1