mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 09:59:53 -06:00
docs fixtypo C++
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
sidebar_position: 0
|
||||
sidebar_label: TinyORM
|
||||
hide_table_of_contents: true
|
||||
description: How to compile the TinyORM c++ library on Windows and Linux.
|
||||
description: How to compile the TinyORM C++ library on Windows and Linux.
|
||||
keywords: [c++ orm, building, tinyorm]
|
||||
---
|
||||
|
||||
@@ -438,8 +438,8 @@ Important `CMake` options.
|
||||
| Option Name | Default | Description |
|
||||
| ---------------------------------- | ------- | ----------- |
|
||||
| `CMAKE_DISABLE_PRECOMPILE_HEADERS` | `OFF` | Disable precompiled headers. |
|
||||
| `CMAKE_CXX_COMPILER` | `auto` | The full path to the `c++` compiler. |
|
||||
| `CMAKE_CXX_COMPILER_LAUNCHER` | `-` | Default compiler launcher to use for the `c++` compiler.<br/>Can be used to enable `ccache`, eg. `ccache.exe` on `MinGW` or `/usr/bin/ccache` on `Linux`. |
|
||||
| `CMAKE_CXX_COMPILER` | `auto` | The full path to the `C++` compiler. |
|
||||
| `CMAKE_CXX_COMPILER_LAUNCHER` | `-` | Default compiler launcher to use for the `C++` compiler.<br/>Can be used to enable `ccache`, eg. `ccache.exe` on `MinGW` or `/usr/bin/ccache` on `Linux`. |
|
||||
| `CMAKE_EXPORT_PACKAGE_REGISTRY` | `ON` | Enable the `export(TinyOrm)` command.<br/>`TinyORM` sets this variable to `ON` by default. |
|
||||
| `CMAKE_VERBOSE_MAKEFILE` | `OFF` | Enable verbose output from Makefile builds. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user