mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-24 13:16:15 +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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user