From e9327cb58a5aa81e894346da1b531b7a8eaff373 Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sat, 20 Jan 2024 23:42:21 +0100 Subject: [PATCH] Inspection: Table is not correctly formatted --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 678dfab9e..e238cde4b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,7 +27,7 @@ These are the most important build options. For details, have a look into the CMakeLists.txt file. | Option | Description | -| ----------------------- | -------------------------------------------------- | +|-------------------------|----------------------------------------------------| | `BUILD_SHARED_LIBS` | Build shared libraries | | `CMAKE_BUILD_TYPE` | Debug, Release, RelWithDebInfo, MinSizeRel | | `BUILD_EXAMPLES` | Build examples |