Skip to content

Commit d7c0044

Browse files
committed
Adjust package name
1 parent 952c0cf commit d7c0044

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
@@ -26,7 +26,7 @@ CMake projects might build, install and `find_package(traits)` or use fetch cont
2626

2727
```cmake
2828
include(FetchContent)
29-
FetchContent_Declare(traits URL https://github.com/VolumeGraphics/traits/releases/latest/download/Traits.zip)
29+
FetchContent_Declare(traits URL https://github.com/VolumeGraphics/traits/releases/latest/download/traits.zip)
3030
FetchContent_MakeAvailable(traits)
3131
```
3232

0 commit comments

Comments
 (0)