From cf2c183b3ad09ba087964e3481f957c4f6bfa1f5 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@mpcdf.mpg.de> Date: Tue, 5 Jul 2022 15:50:22 +0200 Subject: [PATCH] make usage of options clear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f411b..e87f843 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ cmake --install <build_dir> --prefix <install_dir> #install it Often used options: ``` -CMAKE_CXX_COMPILER=icpx #use a specific compiler -CMAKE_BUILD_TYPE=Release #specify the build type (optimization flags) +-DCMAKE_CXX_COMPILER=icpx #use a specific compiler +-DCMAKE_BUILD_TYPE=Release #specify the build type (optimization flags) ``` ## CMake from a developer's perspective -- GitLab