summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-22 20:15:52 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-22 20:15:52 -0700
commit9b67c965d55a543b7fd916df9d4f1a5b249226b3 (patch)
tree4ce6d61d9eec63e32dd85f408381dff46d6a06de
parentb11f65a6d6ef548680c116f690bae27ea3049687 (diff)
downloadnanomsg-9b67c965d55a543b7fd916df9d4f1a5b249226b3.tar.gz
fixes #944 cmake command error for windows version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c692f1..3b271f0 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ It also assumes you are in the project directory.
2. `cd build`
3. `cmake ..`
4. `cmake --build . --config Debug`
-5. `ctest --config Debug .`
+5. `ctest -C Debug .`
6. `cmake --build . --config Debug --target install`
*NB:* This may have to be done using an Administrator account.