You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,10 @@ The `CMakeLists.txt` offers a few options to customize its behavior:
397
397
`CMAKE_CXX_COMPILE_FEATURES` when the detection of C++17 or C++20 for additional tests
398
398
is not working (e.g. `cxx_std_20` to enforce building a `filesystem_test_cpp20` with C++20).
399
399
400
+
### Bazel
401
+
402
+
Please use [hedronvision/bazel-cc-filesystem-backport](https://github.com/hedronvision/bazel-cc-filesystem-backport), which will automatically set everything up for you.
403
+
400
404
### Versioning
401
405
402
406
There is a version macro `GHC_FILESYSTEM_VERSION` defined in case future changes
0 commit comments