Skip to content

Commit

Permalink
Merge pull request #539 from pratikpc/patch-1
Browse files Browse the repository at this point in the history
docs(README.md): fix typo in CPM section
  • Loading branch information
elbeno authored May 5, 2024
2 parents e0a8038 + 208721e commit 70ac8d4
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 @@ -48,7 +48,7 @@ The recommended way to use *cib* is with CMake and [CPM](https://github.com/cpm-
With this method,add the following to your CMakeLists.txt:

```cmake
CPMAddPackage("gh:intel/compile-time-init-build#047aab6)
CPMAddPackage("gh:intel/compile-time-init-build#047aab6")
target_link_libraries(your_target PRIVATE cib)
```

Expand Down

0 comments on commit 70ac8d4

Please sign in to comment.