mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
build: MP_UNITS_BUILD_IMPORT_STD
CMake option removed
This commit is contained in:
@ -84,7 +84,7 @@ C++ feature:
|
||||
`import std;` instead of the "old-style" header includes.
|
||||
- Related build options:
|
||||
- Conan: [import_std](installation_and_usage.md#import_std)
|
||||
- CMake: [MP_UNITS_BUILD_IMPORT_STD](installation_and_usage.md#MP_UNITS_BUILD_IMPORT_STD)
|
||||
- CMake: [CMAKE_CXX_MODULE_STD](https://cmake.org/cmake/help/latest/variable/CMAKE_CXX_MODULE_STD.html)
|
||||
|
||||
|
||||
## Static `constexpr` variables in `constexpr` functions
|
||||
|
@ -186,14 +186,6 @@ dependencies by other means, some modifications to the library's CMake files mig
|
||||
|
||||
[cmake build cxx modules support]: https://github.com/mpusz/mp-units/releases/tag/v2.2.0
|
||||
|
||||
[`MP_UNITS_BUILD_IMPORT_STD`](#MP_UNITS_BUILD_IMPORT_STD){ #MP_UNITS_BUILD_IMPORT_STD }
|
||||
|
||||
: [:octicons-tag-24: 2.3.0][cmake import std support] · :octicons-milestone-24: `ON`/`OFF` (Default: `OFF`)
|
||||
|
||||
Enables `import std;` usage.
|
||||
|
||||
[cmake import std support]: https://github.com/mpusz/mp-units/releases/tag/v2.3.0
|
||||
|
||||
[`MP_UNITS_API_STD_FORMAT`](#MP_UNITS_API_STD_FORMAT){ #MP_UNITS_API_STD_FORMAT }
|
||||
|
||||
: [:octicons-tag-24: 2.2.0][cmake std::format support] · :octicons-milestone-24: `ON`/`OFF` (Default: automatically determined)
|
||||
|
Reference in New Issue
Block a user