Skip to content

Commit

Permalink
Fix an unnecessary space.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jul 17, 2018
1 parent 7474094 commit 2ed3a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ ./bootstrap-vcpkg.sh/bat

Checking OpenMVG 3rd party dependencies by using VCPKG (configure your build triplet if needed see `--triplet`)
```shell
$ ./vcpkg install cereal ceres eigen3 libjpeg-turbo libpng tiff
$ ./vcpkg install cereal ceres eigen3 libjpeg-turbo libpng tiff
```
Note: If you want to use ceres with a sparse back end, please use one of this choice `ceres[cxsparse]` or `ceres[suitesparse]` or `ceres[eigensparse]`.

Expand Down

0 comments on commit 2ed3a06

Please sign in to comment.