build: MP_UNITS_BUILD_IMPORT_STD CMake option removed

This commit is contained in:
Mateusz Pusz
2024-09-20 09:34:38 -06:00
parent 7f0dea9d18
commit e6c65d6c89
6 changed files with 3 additions and 15 deletions

View File

@ -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

View File

@ -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)