Skip to content

Commit 7dbea98

Browse files
authored
Update README.md
1 parent 5fefe9d commit 7dbea98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library is inspired by [Rust Traits](https://doc.rust-lang.org/book/ch10-02
1919
*traits* is a single header C++20 library. To use the library, make sure your compiler meets the [minimum requirements](#compiler-req) and just include the header file [traits.h](https://github.com/VolumeGraphics/traits/blob/main/include/traits.h) in your source code.
2020
Alternatively, you can first try it out in [Compiler Explorer](https://godbolt.org/z/be31xGjrK).
2121

22-
CMake projects might build, install and `find_package(traits)` this library or just [fetch content](https://cmake.org/cmake/help/latest/module/FetchContent.html) it like here: https://github.com/VolumeGraphics/traits/blob/dc18223f46b47ae1d0cfd363aa6db9a98662faf0/examples/CMakeLists.txt#L7-L10
22+
CMake projects might build, install and `find_package(traits)` this library or just fetch content it like here: https://github.com/VolumeGraphics/traits/blob/dc18223f46b47ae1d0cfd363aa6db9a98662faf0/examples/CMakeLists.txt#L7-L10
2323

2424
There are currently no plans to support [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/overview) or [conan](https://conan.io/), as I do not recommend using the library in a productive environment ([see below](#motivation)).
2525

0 commit comments

Comments
 (0)