mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-26 06:36:16 +08:00
Added missing double quotes for cmake compiler parameter
parent
827b6fae3d
commit
bab72aba2c
@ -211,7 +211,7 @@ If you're building with cppan+cmake, run cmake as follows:
|
|||||||
```
|
```
|
||||||
mkdir win64 && cd win64
|
mkdir win64 && cd win64
|
||||||
cppan ..
|
cppan ..
|
||||||
cmake .. -G Visual Studio 14 2015 Win64
|
cmake .. -G "Visual Studio 14 2015 Win64"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're building with cppan, edit cppan.yml and uncomment this line:
|
If you're building with cppan, edit cppan.yml and uncomment this line:
|
||||||
|
Loading…
Reference in New Issue
Block a user