From 52d821802e18aee72650ee0e03d78ecc4a5ab1b5 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 23 Jan 2024 11:39:46 -0600 Subject: [PATCH] fix formatting in developer guide --- docs/source/developer_guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developer_guide/build.md b/docs/source/developer_guide/build.md index c7d56d41d..d20e27b3d 100644 --- a/docs/source/developer_guide/build.md +++ b/docs/source/developer_guide/build.md @@ -25,7 +25,7 @@ conda env create -n cuspatial --file conda/environments/all_cuda-118_arch-x86_64 ### From the cuSpatial Dev Container: -Execute `build-cuspatial-cpp to build `libcuspatial`. The following options may be added. +Execute `build-cuspatial-cpp` to build `libcuspatial`. The following options may be added. - `-DBUILD_TESTS=ON`: build `libcuspatial` unit tests. - `-DBUILD_BENCHMARKS=ON`: build `libcuspatial` benchmarks. - `-DCMAKE_BUILD_TYPE=Debug`: Create a Debug build of `libcuspatial` (default is Release).