From 6bbc8890927eaacef09555ad68ffa9b78f42b8f5 Mon Sep 17 00:00:00 2001 From: Thomas <purcell@fhi-berlin.mpg.de> Date: Mon, 13 Sep 2021 08:38:18 +0200 Subject: [PATCH] Update Installation.md to spcefy highlighting --- docs/quick_start/Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quick_start/Installation.md b/docs/quick_start/Installation.md index 5f19edf0..53f44e09 100644 --- a/docs/quick_start/Installation.md +++ b/docs/quick_start/Installation.md @@ -138,6 +138,8 @@ To remove all previously built library and executable files run `make clean` in ### Installation Settings for Basic Flags +Terms highlighted in red should always be set, and terms highlighted in blue should be set based on what you want to do. + #### <span style="color:red"> CMAKE_CXX_COMPILER </span> The C++ compiler used to compile the code -- GitLab