Skip to content

Commit 1547f2e

Browse files
author
Daniel Lemire
committed
Pleasing John
1 parent 5eb748a commit 1547f2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/basics.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,9 @@ Note:
4747
- Users on macOS and other platforms were default compilers do not provide C++11 compliant by default should request it with the appropriate flag (e.g., `c++ myproject.cpp simdjson.cpp`).
4848
- Visual Studio users should compile with the `_CRT_SECURE_NO_WARNINGS` flag to avoid warnings with respect to our use of standard C functions such as `fopen`.
4949

50-
51-
52-
5350
Using simdjson as a CMake dependency
5451
------------------
5552

56-
57-
5853
You can include the simdjson repository as a folder in your CMake project. In the parent
5954
`CMakeLists.txt` include the following lines:
6055

@@ -67,7 +62,6 @@ Elsewhere in your project, you can declare dependencies on simdjson with lines
6762

6863
```
6964
add_executable(myprogram myprogram.cpp)
70-
7165
target_link_libraries(myprogram simdjson)
7266
```
7367

0 commit comments

Comments
 (0)