Remove unused option.

This commit is contained in:
Egor Pugin 2015-09-07 12:57:02 +03:00
parent 252080dbca
commit 5e7ffe9e56

View File

@ -41,5 +41,5 @@ install:
script:
- mkdir build
- cd build
- cmake .. -DLeptonica_DIR=leptonica-master/build -DBUILD_TRAINING=1
- cmake .. -DLeptonica_DIR=leptonica-master/build
- make