We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952c0cf commit d7c0044Copy full SHA for d7c0044
README.md
@@ -26,7 +26,7 @@ CMake projects might build, install and `find_package(traits)` or use fetch cont
26
27
```cmake
28
include(FetchContent)
29
-FetchContent_Declare(traits URL https://github.com/VolumeGraphics/traits/releases/latest/download/Traits.zip)
+FetchContent_Declare(traits URL https://github.com/VolumeGraphics/traits/releases/latest/download/traits.zip)
30
FetchContent_MakeAvailable(traits)
31
```
32
0 commit comments