From 39597d998eb549c5cef169649b35dbf2a40c362f Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Thu, 18 Jul 2024 10:34:32 -0400 Subject: [PATCH] Replace repo_root with onetbb_repo_directory, rephrase cmake configuration description --- INSTALL.md | 2 +- cmake/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 51262f5c44..1d985e3e1e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ From the build directory, run: ```bash -cmake [options] +cmake [options] ``` You may want to use some additional options for configuration: diff --git a/cmake/README.md b/cmake/README.md index d698c1abd6..068a7f9133 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -35,10 +35,10 @@ cd /tmp/my-build ### Configure -In the build directory, specify the oneTBB source directory to generate a build system for it. +From the build directory, to generate a build system for it, run: ```bash -cmake [options] +cmake [options] ``` Some useful options: