From 30b2a7c0d6ca2401747a092a0c5133a88fe42bb9 Mon Sep 17 00:00:00 2001 From: Adrien Cassagne Date: Tue, 28 May 2024 11:44:16 +0200 Subject: [PATCH] Cosmetics. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc56e06..8b11bbc 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ If `StreamPU` is installed in a specific location (for instance: cmake .. -DStreamPU_DIR=/opt/streampu/lib/cmake/streampu ``` -Or, if StreamPU has been compiled with the `cpptrace` library: +Or, if `StreamPU` has been compiled with the `cpptrace` library: ```bash cmake .. -DStreamPU_DIR=/opt/streampu/lib/cmake/streampu -Dcpptrace_DIR=/opt/streampu/lib/cmake/cpptrace ```