From bdb0fb34cd5568333749b2a808c0e9b15a29526e Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Thu, 16 Nov 2023 10:12:58 +0100 Subject: [PATCH] Update doc/installation.md --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index fc6b12efd..e9c5b2e6e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -215,7 +215,7 @@ Okay, on to configure, compile and install. The CMake commands are cmake --build build --parallel cmake --install build -Later you'd the installation directory, i.e. `${PWD}/build/install`, to +Later you'd pass the installation directory, i.e. `${PWD}/build/install`, to `CMAKE_PREFIX_PATH`. ### Confirming It Works