Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doc on how to select the compiler before compiling
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Mar 2023 14:41:39 +0000 (16:41 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Mar 2023 16:33:44 +0000 (18:33 +0200)
docs/source/Installing_SimGrid.rst

index 5cb50fb..4751ceb 100644 (file)
@@ -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
 """""""""""""""""""""""""""