Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik authored May 3, 2021
1 parent 58d2afa commit 4473302
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 @@ -53,7 +53,7 @@ This library has been tested with
If you use CMake clone this repository and add the `lib` directory as subdirectory. Something like

```cmake
add_subdirectory(PATH_TO_SYS_STRING\lib, sys_string)
add_subdirectory(PATH_TO_SYS_STRING/lib, sys_string)
```

You need to have your compiler to default to at least C++17 or set `CMAKE_CXX_STANDARD` to at least 17 in order for build to succeed.
Expand Down

0 comments on commit 4473302

Please sign in to comment.