Skip to content

Commit 6515575

Browse files
committed
Update C++17 requirement cases
C++17 is required to build UMF only when two flags are enabled: - UMF_BUILD_LIBUMF_POOL_DISJOINT, - UMF_BUILD_TESTS. In other cases, all is needed is a C compiler.
1 parent e637ef8 commit 6515575

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,15 @@ The `UMF_BUILD_LIBUMF_POOL_SCALABLE` option has to be turned `ON` to build this
7272
### Requirements
7373

7474
Required packages:
75-
- C++ compiler with C++17 support
75+
- C compiler
7676
- [CMake](https://cmake.org/) >= 3.14.0
7777

7878
For development and contributions:
7979
- clang-format-15.0 (can be installed with `python -m pip install clang-format==15.0.7`)
8080

81+
For building tests and Disjoint Pool:
82+
- C++ compiler with C++17 support
83+
8184
### Benchmark
8285

8386
A simple micro benchmark based on [ubench](https://github.com/sheredom/ubench.h).

0 commit comments

Comments
 (0)