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 ae0255d commit c251284Copy full SHA for c251284
README.md
@@ -229,6 +229,8 @@ This method keeps the library separate from your own source code and makes updat
229
```sh
230
# From the root of your project
231
git submodule add https://github.com/joz-k/LockFreeSpscQueue.git external/LockFreeSpscQueue
232
+ # Pin the checkout to a specific version, usually the latest one
233
+ cd external/LockFreeSpscQueue && git checkout v1.0.3
234
```
235
236
2. **In your project's main `CMakeLists.txt`, add the following:**
0 commit comments