From 4f789b5b1aee5719c26d5c0502ced4c88a3e7972 Mon Sep 17 00:00:00 2001 From: Marsel Galimullin Date: Sun, 16 Jun 2019 20:36:24 +0300 Subject: [PATCH] corrected little mistake in readme --- build/cmake/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/cmake/readme.md b/build/cmake/readme.md index 6a5aa6a16..724ebf115 100644 --- a/build/cmake/readme.md +++ b/build/cmake/readme.md @@ -46,7 +46,7 @@ In order to package library *CPack* is used, command *cpack -G * shou - `git clone https://github.com/khizmax/libcds.git` - `mkdir libcds-release` - `cd libcds-release` -- `cmake -DWITH\_TESTS=ON -DCMAKE\_BUILD_TYPE=RELEASE ../libcds` +- `cmake -DWITH_TESTS=ON -DCMAKE_BUILD_TYPE=RELEASE ../libcds` ``` -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is GNU 4.8.3 @@ -101,4 +101,4 @@ In order to package library *CPack* is used, command *cpack -G * shou Future development ---------- -- CDash: use CI system \ No newline at end of file +- CDash: use CI system