[geos-commits] [SCM] GEOS branch main updated. faa29d7c0c148064c5b44342b76635502f48651b

git at osgeo.org git at osgeo.org
Wed Jun 12 12:00:38 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  faa29d7c0c148064c5b44342b76635502f48651b (commit)
      from  667e57695ef79e93a076bbad5c54d575d9b6c35f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit faa29d7c0c148064c5b44342b76635502f48651b
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Jun 12 12:00:19 2024 -0700

    Document BUILD_BENCHMARKS

diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index fc7dbbfb0..569a77a8f 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -55,7 +55,7 @@ Options are specified via [`cmake` variables](https://cmake.org/cmake/help/lates
 They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
 
 {{< hint warning >}}
-*NOTE: Running cmake with no variables does NOT clear current variable settings. They must be set explicitly on the cmdline or interactively using `ccmake ..`. To revert to the defaults, clear the build directory contents using `rm -rf *`.*
+*NOTE: Running cmake with no variables does NOT clear current variable settings. They must be set explicitly on the cmdline, or interactively using `ccmake ..`. To revert to the defaults, clear the build directory contents using `rm -rf *`.*
 {{< /hint >}}
 
 | Option               | Default    | Note  |
@@ -63,9 +63,10 @@ They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
 | CMAKE_BUILD_TYPE     | Release    | Use `Debug` to build with debug flags and optimizations off. Use `Release` for packaging and production installs. Use `RelWithDebInfo` for optimized build with debug symbols. |
 | CMAKE_INSTALL_PREFIX | /usr/local | Set to install root. Libraries end up in `./lib` or `./lib64`, headers in `./include`, executables in `./bin` |
 | BUILD_DOCUMENTATION  | ON         | Attempt to find `doxygen` executable and build API docs |
-| BUILD_SHARED_LIBS    | ON         | Build dynamically linkable libraries. |
-| BUILD_TESTING        | ON         | Build unit tests. |
-| USE_CCACHE           | OFF        | Use [`ccache`](https://ccache.dev/) to compile C/C++ objects, making subsequent builds quicker. |
+| BUILD_SHARED_LIBS    | ON         | Build dynamically linkable libraries |
+| BUILD_TESTING        | ON         | Build unit tests |
+| BUILD_BENCHMARKS     | OFF        | Build benchmark tests |
+| USE_CCACHE           | OFF        | Use [`ccache`](https://ccache.dev/) to compile C/C++ objects, making subsequent builds quicker |
 
 
 ## Testing

-----------------------------------------------------------------------

Summary of changes:
 web/content/usage/download.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list