Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Dec 13, 2018
1 parent c0d6ef8 commit 0083cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -350,7 +350,7 @@ cmake .. -DUSE_CAFFE2=ON

Caffe remains the default backend for DeepDetect though it can be deactivated with cmake. However, at least one library needs to be specified:
```
cmake .. -DUSE_CAFFE=NO -DUSE_XGBOOST=ON
cmake .. -DUSE_CAFFE=OFF -DUSE_XGBOOST=ON
```

#### Build with similarity search support
Expand Down

0 comments on commit 0083cd8

Please sign in to comment.