Skip to content

Commit

Permalink
Fix wrong version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed May 28, 2024
1 parent 30b2a7c commit 6b74ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (cpptrace_FOUND)
endif()
# find and link with `StreamPU` -----------------------------------------------
find_package(StreamPU CONFIG 0.1.0 REQUIRED)
find_package(StreamPU CONFIG 0.0.0 REQUIRED)
target_link_libraries(my-exe PUBLIC spu::spu-static-lib)
```

Expand Down

0 comments on commit 6b74ba6

Please sign in to comment.