Skip to content

Commit

Permalink
docs bugfix wrong anchor
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Apr 24, 2024
1 parent 53daba7 commit 2cc30b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building/tinyorm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ CMake multi-config generators like `Ninja Multi-Config` or `Visual Studio 16 201
| `BUILD_SHARED_LIBS` | `ON` | Build as a shared/static library. |
| `BUILD_TESTS` | `OFF` | Build TinyORM unit tests. |
| `BUILD_TREE_DEPLOY` | `ON` | Copy `TinyDrivers` and `TinyMySql` libraries to the root of the build tree. |
| `DRIVERS_TYPE` | `Shared`| How to build and link against `TinyDrivers` SQL database drivers.<br/><small>The `Static` value will be select by default when the `BUILD_SHARED_LIBS` is `OFF`.<br/>Supported values: [`Shared`](tinydrivers/getting-started.mdx#the-static-build), [`Loadable`](tinydrivers/getting-started.mdx#the-loadable-sql-drivers-build), and [`Static`](tinydrivers/getting-started.mdx#the-static-build)<br/>Available when: `BUILD_DRIVERS AND BUILD_SHARED_LIBS`</small> |
| `DRIVERS_TYPE` | `Shared`| How to build and link against `TinyDrivers` SQL database drivers.<br/><small>The `Static` value will be select by default when the `BUILD_SHARED_LIBS` is `OFF`.<br/>Supported values: [`Shared`](tinydrivers/getting-started.mdx#the-shared-library-build), [`Loadable`](tinydrivers/getting-started.mdx#the-loadable-sql-drivers-build), and [`Static`](tinydrivers/getting-started.mdx#the-static-build)<br/>Available when: `BUILD_DRIVERS AND BUILD_SHARED_LIBS`</small> |
| `INLINE_CONSTANTS` | `OFF` | Use inline constants instead of extern constants in the `shared build`.<br/>`OFF` is highly recommended for the `shared build`;<br/>is always `ON` for the `static build`.<br/><small>Available when: `BUILD_SHARED_LIBS`</small> |
| `MSVC_RUNTIME_DYNAMIC` | `ON` | Use MSVC dynamic runtime library (`-MD`) instead of static (`-MT`), also considers a Debug configuration (`-MTd`, `-MDd`).<br/><small>Available when: `MSVC AND NOT DEFINED CMAKE_MSVC_RUNTIME_LIBRARY`</small> |
| `MYSQL_PING` | `OFF` | Enable `Orm::MySqlConnection::pingDatabase()` method. |
Expand Down

0 comments on commit 2cc30b2

Please sign in to comment.