Skip to content

Commit

Permalink
docs(README.md): fix typo in CPM section
Browse files Browse the repository at this point in the history
'"' was missing
  • Loading branch information
pratikpc authored Apr 30, 2024
1 parent e0a8038 commit 208721e
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 208721e

Please sign in to comment.