Update README.md

incorrect cmake --build command
This commit is contained in:
pingvincible 2020-02-22 01:38:49 +06:00 committed by GitHub
parent 949dc933eb
commit ce05804cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ would be:
mkdir build
cd build
cmake .. [-DAMQP-CPP_BUILD_SHARED] [-DAMQP-CPP_LINUX_TCP]
cmake --build .. --target install
cmake --build . --target install
```
Option | Default | Meaning