From 44733021fca0e96dedc7716f15f15b45a0376300 Mon Sep 17 00:00:00 2001 From: gershnik Date: Mon, 3 May 2021 01:02:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d1994..cc5bd0d 100644 --- a/README.md +++ b/README.md @@ -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.