From eac23cdae36f11893773561371818e348c7250e5 Mon Sep 17 00:00:00 2001 From: Zhiwei Date: Thu, 18 Jul 2024 00:29:34 -0400 Subject: [PATCH] Update cmake/README.md Co-authored-by: Alexandra --- cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index 8c25e499e6..d698c1abd6 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -26,7 +26,7 @@ TBB_BUILD_APPLE_FRAMEWORKS - Enable the Apple* frameworks instead of dylibs, onl ### Preparation -To perform an out-of-source build, create a build directory in an arbitrary location outside of the oneTBB source directory and go there. +To perform an out-of-source build, create a build directory in an arbitrary location outside the oneTBB source directory and go there: ```bash mkdir /tmp/my-build