Update basics.md

This commit is contained in:
Daniel Lemire 2020-06-23 19:08:14 -04:00 committed by GitHub
parent 02a8145b18
commit 7e94309046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Using simdjson as a CMake dependency
------------------
You can include the simdjson repository as a folder in your CMake project. In the parent
`CMakeLists.txt` include the following lines:
`CMakeLists.txt`, include the following lines:
```
set(SIMDJSON_JUST_LIBRARY ON CACHE STRING "Build just the library, nothing else." FORCE)