From 90ee1d50b111fa04499ced344c807d5f13c274d2 Mon Sep 17 00:00:00 2001 From: Van Malleghem Antoine Date: Thu, 12 Sep 2024 18:22:35 +0200 Subject: [PATCH] fix install for windows tutorial Signed-off-by: Van Malleghem Antoine --- tutorials/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/install.md b/tutorials/install.md index 9d50e86f..3c15701d 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -161,8 +161,8 @@ This assumes you have created and activated a Conda environment while [installin cd gz-sensors mkdir build cd build - cmake .. - cmake --build . + cmake .. -DBUILD_TESTING=OFF # Optionally, -DCMAKE_INSTALL_PREFIX=path\to\install + cmake --build . --config Release ``` 4. Optionally, install. You will likely need to run a terminal with admin privileges for this call to succeed.